Definition in file Logger.H.
Go to the source code of this file.
Namespaces | |
| namespace | WURDE |
Classes | |
| class | Logger |
| Instantiation of Logger interface. More... | |
| class | LoggerStreamBuf |
| class | LoggerStringBuf |
| class | LoggerStreamBuf_init |
| class | LoggerStream |
Defines | |
| #define | LOGGER "Logger" |
Functions | |
| const char * | priorityToString (int priority) |
| void | g_log (std::string logString, int priority) |
| Functions to provide logging at any scope to a global logger. | |
| void | g_debug (std::string logString) |
| Logs a message at debug priority using the global logger. | |
| void | g_info (std::string logString) |
| Logs a message at info priority using the global logger. | |
| void | g_notice (std::string logString) |
| Logs a message at notice priority using the global logger. | |
| void | g_warn (std::string logString) |
| Logs a message at warn priority using the global logger. | |
| void | g_error (std::string logString) |
| Logs a message at error priority using the global logger. | |
| void | g_fatal (std::string logString) |
| Logs a message at fatal priority using the global logger. | |
Variables | |
| Logger * | g_robotLoggerPtr |
| Global logger object, which helps simplify things. | |
| LoggerStream | g_logdebug |
| LoggerStream | g_loginfo |
| LoggerStream | g_lognotice |
| LoggerStream | g_logwarn |
| LoggerStream | g_logerror |
| LoggerStream | g_logfatal |
1.5.1