#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... | |
Logger interface.