|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/log/Logger.h>


Public Member Functions | |
| Line | Log (Level) override |
| Public Member Functions inherited from osmscout::Logger | |
| Logger ()=default | |
| virtual | ~Logger ()=default |
| Line | Debug () |
| Line | Info () |
| Line | Warn () |
| Line | Error () |
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.