/****************************************************************************** * $Id: log.c,v 1.12 2006/01/15 19:43:12 gareuselesinge Exp $ * This file is part of liberopops (http://liberopops.sf.net) * * This file is distributed under the terms of GNU GPL license. * ******************************************************************************/ /****************************************************************************** * File description: * Implements logging function * Notes: * * Authors: * Simone Vellei ******************************************************************************/ #include #include #include #include #include #include #include #include "regularexp.h" #include "log.h" #define LOG_ZONE "LOG" #define HIDDEN static #define OPENLOG_NAME "freepopsd" //! max of two #ifndef MAX #define MAX(a,b) ((a