tlx
|
#include <tlx/logger/core.hpp>
Go to the source code of this file.
Namespaces | |
tlx | |
Macros | |
#define | LOGC(cond) |
Explicitly specify the condition for logging. More... | |
#define | LOG |
Default logging method: output if the local debug variable is true. More... | |
#define | LOG0 |
Override default output: never or always output log. More... | |
#define | LOG1 |
#define | sLOGC(cond) |
Explicitly specify the condition for logging. More... | |
#define | sLOG |
Default logging method: output if the local debug variable is true. More... | |
#define | sLOG0 |
Override default output: never or always output log. More... | |
#define | sLOG1 |
#define LOG |
Default logging method: output if the local debug variable is true.
Definition at line 24 of file logger.hpp.
#define LOG0 |
Override default output: never or always output log.
Definition at line 27 of file logger.hpp.
#define LOG1 |
Definition at line 28 of file logger.hpp.
#define LOGC | ( | cond | ) |
Explicitly specify the condition for logging.
Definition at line 21 of file logger.hpp.
#define sLOG |
Default logging method: output if the local debug variable is true.
Definition at line 34 of file logger.hpp.
#define sLOG0 |
Override default output: never or always output log.
Definition at line 37 of file logger.hpp.
#define sLOG1 |
Definition at line 38 of file logger.hpp.
#define sLOGC | ( | cond | ) |
Explicitly specify the condition for logging.
Definition at line 31 of file logger.hpp.