Logging framework. More...
Namespaces | |
Priority | |
Output priorities modelled after syslog. | |
Classes | |
class | LogWriter |
The LogWriter class writes to stdout. More... | |
Functions | |
void | initialize (const String &name) |
Public initialization function - creates a singleton instance of LogWriter. More... | |
LogWriter * | get () |
Accessor for the LogWriter singleton instance. More... | |
Variables | |
static String | logger_name |
static LogWriter * | logger_obj = 0 |
static std::mutex | mutex |
Logging framework.