|
libosmscout 0.1
|
Special Logger that just does not output the logged information. More...
#include <Logger.h>
Inheritance diagram for osmscout::NoOpLogger:Public Member Functions | |
| Line | Log (Level) override |
| The actual logging method, Debug(), Info(), Warn() and Error() are dispatching to. | |
Public Member Functions inherited from osmscout::Logger | |
| 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 | |
Public Types inherited from osmscout::Logger | |
| 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.