#include <cstdarg>
Go to the source code of this file.
◆ LogLevel
The log level used for the logger.
Enumerator |
---|
Debug | Log level to debug, prints everything
|
Info | Log level to show basic info on state, etc
|
Warn | Log level for warnings that don't cause application crash
|
Error | Log level for unrecoverable error
|
◆ LogRet
The return value of the logger.
Enumerator |
---|
Ok | Success return value
|
LowLevel | Didn't log since the level of the logger is higher than the one provided in the function
|
Error | An external error ocurred and the log failed
|