clan::ConsoleLogger Class Reference

Console logger. More...

#include <console_logger.h>

+ Inheritance diagram for clan::ConsoleLogger:

Public Member Functions

Construction
 ConsoleLogger ()
 Constructs a console logger. More...
 
 ~ConsoleLogger ()
 
Operations
void log (const std::string &type, const std::string &text) override
 Log text to console. More...
 
- Public Member Functions inherited from clan::Logger
 Logger ()
 Constructs a logger. More...
 
virtual ~Logger ()
 
void enable ()
 Enable logger for logging. More...
 
void disable ()
 Disable logging. More...
 

Additional Inherited Members

- Static Public Attributes inherited from clan::Logger
static std::vector< Logger * > instances
 Pointers to currently enabled logger. More...
 
static std::recursive_mutex mutex
 Logger mutex object. More...
 
- Static Protected Member Functions inherited from clan::Logger
static StringFormat get_log_string (const std::string &type, const std::string &text)
 

Detailed Description

Console logger.


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