#include <BLogger.h>
Inheritance diagram for BLogger:

Public Member Functions | |
| virtual void | log (LogLevel level, const std::string &text)=0 |
| Add new log entry. | |
|
||||||||||||
|
Add new log entry. This method shouldn't be called directly (although it can); rather, add the logger to BLoggerManager's set of loggers, and BLoggerManager will call this. Implemented in BFileLogger, and BStdoutLogger. |
1.3-rc3