clan::Logger Class Reference

Logger interface. More...

#include <logger.h>

+ Inheritance diagram for clan::Logger:

Public Member Functions

Construction
 Logger ()
 Constructs a logger. More...
 
virtual ~Logger ()
 
Operations
void enable ()
 Enable logger for logging. More...
 
void disable ()
 Disable logging. More...
 
virtual void log (const std::string &type, const std::string &text)
 Log text. More...
 

Static Public Attributes

Attributes
static std::vector< Logger * > instances
 Pointers to currently enabled logger. More...
 
static Mutex mutex
 Logger mutex object. More...
 

Detailed Description

Logger interface.


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