#include <Logger.h>
Definition at line 5 of file Logger.h.
◆ Level
| Enumerator |
|---|
| None | |
| Info | |
| Warn | |
| Error | |
| Fatal | |
Definition at line 11 of file Logger.h.
◆ Logger()
◆ ~Logger()
◆ Log()
| void Logger::Log |
( |
const char * |
msg, |
|
|
Level |
level = Info, |
|
|
int |
errorCode = 0 |
|
) |
| |
These have to be in this order.
- Todo:
- Monitis support?
Definition at line 16 of file Logger.cpp.
◆ lastError
| std::string Logger::lastError |
◆ lastErrorCode
| int Logger::lastErrorCode |
◆ lastLevel
◆ logfile
The documentation for this class was generated from the following files: