libosmscout  1.1.1
Classes | Public Member Functions | List of all members
osmscout::NoOpLogger Class Reference

#include <libosmscout/include/osmscout/util/Logger.h>

Inheritance diagram for osmscout::NoOpLogger:
Inheritance graph
[legend]
Collaboration diagram for osmscout::NoOpLogger:
Collaboration graph
[legend]

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 }
 

Detailed Description

Special Logger that just does not output the logged information.

Member Function Documentation

◆ Log()

Line osmscout::NoOpLogger::Log ( Level  level)
inlineoverridevirtual

The actual logging method, Debug(), Info(), Warn() and Error() are dispatching to.

Implements osmscout::Logger.


The documentation for this class was generated from the following file: