libosmscout
0.1
|
#include <Logger.h>
Public Member Functions | |
Line | Log (Level) override |
The actual logging method, Debug(), Info(), Warn() and Error() are dispatching to. More... | |
![]() | |
Line | Debug () |
Start logging a line of debug output. More... | |
Line | Error () |
Start logging a line of error output. More... | |
Line | Info () |
Start logging a line of informational output. More... | |
Logger ()=default | |
Line | Warn () |
Start logging a line of warning output (there is a potential problem, but the application could handle it) More... | |
virtual | ~Logger ()=default |
Additional Inherited Members | |
![]() | |
enum | Level { DEBUG, INFO, WARN, ERROR } |
Special Logger that just does not output the logged information.
The actual logging method, Debug(), Info(), Warn() and Error() are dispatching to.
Implements osmscout::Logger.