#include <Logger.h>
◆ Logger()
◆ ~Logger()
◆ log() [1/2]
LogRet Logger::log |
( |
LogLevel |
level, |
|
|
const char * |
format, |
|
|
va_list |
args |
|
) |
| |
|
overridevirtual |
Logs if the provided level is higher than the current log level (Thread-safe)
- Parameters
-
[in] | level | the log level of the current call |
[in] | format | Text to be written, can contain format specifiers that will be replaced by values specified in the additionnal arguments, matches the standard printf function |
[in] | args | Additionnal arguments for the format parameter |
Implements ILogger.
◆ log() [2/2]
Logs if the provided level is higher than the current log level (Thread-safe)
- Parameters
-
[in] | level | the log level of the current call |
[in] | format | Text to be written, can contain format specifiers that will be replaced by values specified in the additionnal arguments, matches the standard printf function |
[in] | ... | Additionnal arguments for the format parameter |
Implements ILogger.
◆ logLevelToString()
char Logger::logLevelToString |
( |
LogLevel |
logLevel | ) |
|
|
staticprivate |
◆ m_logLevel
◆ m_ui
The documentation for this class was generated from the following files: