|
console_bridge
|
Message namespace. This contains classes needed to output error messages (or logging) from within the library. Message logging can be performed with logging macros. More...
Enumerations | |
| enum | LogLevel { CONSOLE_BRIDGE_LOG_DEBUG = 0, CONSOLE_BRIDGE_LOG_INFO, CONSOLE_BRIDGE_LOG_WARN, CONSOLE_BRIDGE_LOG_ERROR, CONSOLE_BRIDGE_LOG_NONE } |
| The set of priorities for message logging. More... | |
Functions | |
| void | setLogLevel (LogLevel level) |
| Set the minimum level of logging data to output. Messages with lower logging levels will not be recorded. More... | |
| LogLevel | getLogLevel (void) |
| Retrieve the current level of logging data. Messages with lower logging levels will not be recorded. More... | |
Message namespace. This contains classes needed to output error messages (or logging) from within the library. Message logging can be performed with logging macros.
|
inline |
Retrieve the current level of logging data. Messages with lower logging levels will not be recorded.
|
inline |
Set the minimum level of logging data to output. Messages with lower logging levels will not be recorded.
1.8.13