#include <OpenGUI_LogSystem.h>
Public Member Functions | |
| void | setLevel (unsigned int newLogLevel) |
| Sets the log level. Messages with a higher value than the current logLevel are not logged. | |
| void | write (const String &message, unsigned int logLevel) |
| Write a message to this log. | |
| LogMessage & | write (unsigned int logLevel) |
| Used for << notation. | |
Static Public Member Functions | |
| static LogMessage & | endlog (LogMessage &in) |
| Writes a LogMessage to the Log. This is also a stream manipulator for LogMessage. | |
Protected Member Functions | |
| Log (LogManager *parent, const String &name) | |
| Protected constructor. Logs are created only by the LogManager. | |
|
||||||||||||
|
Protected constructor. Logs are created only by the LogManager.
|
|
|
Writes a LogMessage to the Log. This is also a stream manipulator for LogMessage.
|
|
|
Sets the log level. Messages with a higher value than the current logLevel are not logged.
|
|
|
Used for << notation.
|
|
||||||||||||
|
Write a message to this log.
|