BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
|
Classes | |
class | Basic_logger |
class | Default_log_message |
class | Log_message |
class | Logging_manager |
Enumerations | |
enum | Log_level { Log_level::Trace, Log_level::Debug, Log_level::Info, Log_level::Warning, Log_level::Error, Log_level::Fatal } |
Functions | |
std::string | to_log_level_string (Log_level) |
|
strong |
Enumerator | |
---|---|
Trace | |
Debug | |
Info | |
Warning | |
Error | |
Fatal |
Definition at line 28 of file log_message.hpp.
std::string BubbleProfiler::logging::to_log_level_string | ( | Log_level | level | ) |
Definition at line 28 of file log_message.cpp.
References Debug, Error, Fatal, Info, Trace, and Warning.
Referenced by BubbleProfiler::logging::Default_log_message::get_log_entry().