libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
osmscout::NoOpLogger Class Reference

#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. More...
 
- Public Member Functions inherited from osmscout::Logger
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

- 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: