#include <BLogger.h>
Inheritance diagram for BStdoutLogger:
Public Member Functions | |
virtual void | log (LogLevel level, const std::string &text) |
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. Implements BLogger. |