X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Flog.h;h=9ba8150a01c0082609734363f181d1cd354663e6;hb=ec1409176c61594fd6c3c0311f4cea40772d47a6;hp=481cecc02f7b1fddd8d1555f2d2ed8da64a13222;hpb=757c0aa98fb4168e6a7bc208cc89875ca88b842c;p=swftools.git diff --git a/lib/log.h b/lib/log.h index 481cecc..9ba8150 100644 --- a/lib/log.h +++ b/lib/log.h @@ -27,9 +27,12 @@ #define LOGLEVEL_VERBOSE 4 #define LOGLEVEL_DEBUG 5 +extern int screenloglevel; + extern void initLog(char* pLogDir, int fileloglevel, char* servAddr, char* logPort, int serverloglevel, int screenloglevel); -extern void log(char* logString); extern void logf(const char* logFormat, ...); extern void exitLog(void); +#define FIXNULL(a) ((int)(a)?(a):"NULL") + #endif // __log_h__