Go to the source code of this file.
|
| namespace | shamcomm |
| | namespace for communication related stuff
|
| |
|
| #define | IsActivePrint(_name, StructREF) _name##_ln("xxx", "xxx", "(", "logger::" #_name, ")"); |
| | X macro impl for the print_active_level() function.
|
| |
|
#define | X IsActivePrint |
| |
◆ IsActivePrint
| #define IsActivePrint |
( |
|
_name, |
|
|
|
StructREF |
|
) |
| _name##_ln("xxx", "xxx", "(", "logger::" #_name, ")"); |
X macro impl for the print_active_level() function.
Definition at line 31 of file logs.cpp.
◆ code_init_done_log()
| void shamcomm::logs::code_init_done_log |
( |
| ) |
|
Indicates that the code initialization is complete through various means ;)
Definition at line 57 of file logs.cpp.
◆ print_active_level()
| void shamcomm::logs::print_active_level |
( |
| ) |
|
Prints the active log levels.
Temp definition for the X macro call in print_active_level()
Temp definition for the X macro call in print_active_level()
Definition at line 33 of file logs.cpp.