A nested logging mechanism to facilitate debbuging of tree traversal.
Definition at line 12 of file Logger.h.
#include <Rose/Logger.h>
|
enum class | Level {
debug = 0
,
info = 1
,
warning = 2
,
error = 3
,
fatal = 4
,
enter = 5
,
leave = 6
} |
|
|
| Logger (const char *function_, const char *mnemonic_, void *const ptr_id_, Level const level_) |
|
void | debug (const char *format,...) |
|
void | info (const char *format,...) |
|
void | warning (const char *format,...) |
|
void | error (const char *format,...) |
|
void | fatal (const char *format,...) |
|
◆ Level
enum class Rose::Logger::Level |
|
strong |
The documentation for this class was generated from the following file: