Base interface for logging implementation in iALog.cpp.
More...
#include <iALogger.h>
Base interface for logging implementation in iALog.cpp.
◆ iALogger()
◆ ~iALogger()
◆ log()
| virtual void iALogger::log |
( |
iALogLevel |
level, |
|
|
QString const & |
msg |
|
) |
| |
|
pure virtual |
Log a given message with the given log level.
The actual implementations (classes derived from iALogger) determine what happens with this information.
- Parameters
-
| level | the severity of the message, see iALogLevel. |
| msg | the message to be logged. |
Implemented in iALogWidget.
◆ logLevel()
Retrieve current log level.
◆ setLogLevel()
Sets the current loglevel of this logger.
Only messages with a log level equal to or higher than the given level should be reported (loggers need to implement this based on the m_logLevel member below).
Reimplemented in iALogWidget.
◆ m_logLevel
The documentation for this class was generated from the following files: