![]() |
Kea 2.2.0
|
Include dependency graph for macros.h:
This graph shows which files directly or indirectly include this file: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.