libosmscout 0.1
|
Special Logger that just does not output the logged information. More...
#include <Logger.h>
Public Member Functions | |
Line | Log (Level) override |
The actual logging method, Debug(), Info(), Warn() and Error() are dispatching to. | |
![]() | |
Line | Debug () |
Start logging a line of debug output. | |
Line | Error () |
Start logging a line of error output. | |
Line | Info () |
Start logging a line of informational output. | |
Logger ()=default | |
Line | Warn () |
Start logging a line of warning output (there is a potential problem, but the application could handle it) | |
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.