System logger.
More...
#include <base/SystemLogger.h>
Inherits Object.
System logger.
- Version
- 1.0
◆ MessageType
Specifies the type of the message.
Enumerator |
---|
INFORMATION | Informational message.
|
WARNING | Warning message.
|
ERROR | Error message.
|
◆ write() [1/3]
static void SystemLogger::write |
( |
MessageType |
type, |
|
|
const char * |
message |
|
) |
| |
|
staticnoexcept |
Sends the specified message to the system logger.
◆ write() [2/3]
Sends the specified message to the system logger.
◆ write() [3/3]
Sends the specified message to the system logger.