![]() |
Kea
2.3.9
|
Go to the source code of this file.
Macros | |
#define | LOG_DEBUG(LOGGER, LEVEL, MESSAGE) |
Macro to conveniently test debug output and log it. More... | |
#define | LOG_ERROR(LOGGER, MESSAGE) |
Macro to conveniently test error output and log it. More... | |
#define | LOG_FATAL(LOGGER, MESSAGE) |
Macro to conveniently test fatal output and log it. More... | |
#define | LOG_INFO(LOGGER, MESSAGE) |
Macro to conveniently test info output and log it. More... | |
#define | LOG_WARN(LOGGER, MESSAGE) |
Macro to conveniently test warn output and log it. More... | |
#define LOG_DEBUG | ( | LOGGER, | |
LEVEL, | |||
MESSAGE | |||
) |
Macro to conveniently test debug output and log it.
#define LOG_ERROR | ( | LOGGER, | |
MESSAGE | |||
) |
Macro to conveniently test error output and log it.
#define LOG_FATAL | ( | LOGGER, | |
MESSAGE | |||
) |
Macro to conveniently test fatal output and log it.
#define LOG_INFO | ( | LOGGER, | |
MESSAGE | |||
) |
Macro to conveniently test info output and log it.
#define LOG_WARN | ( | LOGGER, | |
MESSAGE | |||
) |
Macro to conveniently test warn output and log it.