Go to the documentation of this file.
13#ifndef TLX_LOGGER_HEADER
14#define TLX_LOGGER_HEADER
21#define LOGC(cond) TLX_LOGC(cond)
24#define LOG LOGC(debug)
27#define LOG0 LOGC(false)
28#define LOG1 LOGC(true)
31#define sLOGC(cond) TLX_sLOGC(cond)
34#define sLOG sLOGC(debug)
37#define sLOG0 sLOGC(false)
38#define sLOG1 sLOGC(true)