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

Public Member Functions | |
| BFileLogger (const std::string &filename) | |
| Construct a new BFileLogger. | |
| virtual void | log (LogLevel level, const std::string &text) |
| Add new log entry. | |
|
|
Construct a new BFileLogger. An exception will be thrown if the file named by filename is not accessible. If it is, it will be opened in append mode. |
1.3-rc3