#include <sstream>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
|
#define | TLX_LOGC(cond) |
| Explicitly specify the condition for logging.
|
#define | TLX_LOG |
| Default logging method: output if the local debug variable is true.
|
#define | TLX_LOG0 |
| Override default output: never or always output log.
|
#define | TLX_LOG1 |
#define | TLX_sLOGC(cond) |
| Explicitly specify the condition for logging.
|
#define | TLX_sLOG |
| Default logging method: output if the local debug variable is true.
|
#define | TLX_sLOG0 |
| Override default output: never or always output log.
|
#define | TLX_sLOG1 |
◆ TLX_LOG
Default logging method: output if the local debug variable is true.
Definition at line 141 of file core.hpp.
◆ TLX_LOG0
Override default output: never or always output log.
Definition at line 144 of file core.hpp.
◆ TLX_LOG1
◆ TLX_LOGC
Explicitly specify the condition for logging.
Definition at line 137 of file core.hpp.
◆ TLX_sLOG
Default logging method: output if the local debug variable is true.
Definition at line 152 of file core.hpp.
◆ TLX_sLOG0
Override default output: never or always output log.
Definition at line 155 of file core.hpp.
◆ TLX_sLOG1
◆ TLX_sLOGC
#define TLX_sLOGC |
( |
| cond | ) |
|
Explicitly specify the condition for logging.
Definition at line 148 of file core.hpp.