7 #ifndef _INC_cLogLevel_H
8 #define _INC_cLogLevel_H
18 #define LOGSTR(x) ::Gray::StrArg< ::Gray::LOGCHAR_t >(x)
19 #define LOGSTR2(x,y) ::Gray::StrArg< ::Gray::LOGCHAR_t >(x,(RADIX_t)y)
26 #define LOGLEVELDEF(a,b,c,d) LOGLEV_##a,
#define GRAYCORE_LINK
Definition: GrayCore.h:47
#define GRAYCALL
declare calling convention for static functions so everyone knows the arg passing scheme....
Definition: GrayCore.h:36
< The main namespace for all Core functions.
Definition: GrayCore.cpp:14
LOGLEV_TYPE
Definition: cLogLevel.h:22
@ LOGLEV_QTY
8= Filter everything. i want to see nothing.
Definition: cLogLevel.h:29
char LOGCHAR_t
always just use UTF8 for logs, don't bother with UNICODE.
Definition: cLogLevel.h:17
Definition: cLogLevel.h:33