clan::FileLogger Class Reference

File logger. More...

#include <file_logger.h>

+ Inheritance diagram for clan::FileLogger:

Public Member Functions

Construction
 FileLogger (const std::string &filename)
 Constructs a file logger. More...
 
 ~FileLogger ()
 
Operations
void log (const std::string &type, const std::string &text)
 Log text to file. 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 Mutex mutex
 Logger mutex object. More...
 

Detailed Description

File logger.


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