X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Flog.h;h=9ba8150a01c0082609734363f181d1cd354663e6;hb=ec1409176c61594fd6c3c0311f4cea40772d47a6;hp=34a8c16a76c414cefe0dc62f0b5cb92bd047f180;hpb=a1bf5e9bafc9c6dadc04749e4f9afbd6fc8b8cf5;p=swftools.git diff --git a/lib/log.h b/lib/log.h index 34a8c16..9ba8150 100644 --- a/lib/log.h +++ b/lib/log.h @@ -27,6 +27,8 @@ #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 logf(const char* logFormat, ...); extern void exitLog(void);