Classes | Namespaces | Functions

Logger.h File Reference

Declaration of class Logger. More...

#include "keyvalue/util/Global.h"
Include dependency graph for Logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Logger
 Protocol class which defines the interface for all types of logger. More...

Namespaces

namespace  keyvalue
 

All functionalities of KeyValue library are inside this namespace.


namespace  keyvalue::logger
 

All logger functionalities are inside this namespace.


namespace  keyvalue::util
 

Utility classes and functions are member of this namespace.


Functions

void resetGlobal ()
 Resets util::Global<Logger> to its default (StdLogger).

Detailed Description

Declaration of class Logger.