|
libstorage-ng
|
#include <Logger.h>
Public Member Functions | |
| virtual bool | test (LogLevel log_level, const std::string &component) |
| Function to control whether a log line with level and component should be logged. | |
| virtual void | write (LogLevel log_level, const std::string &component, const std::string &file, int line, const std::string &function, const std::string &content)=0 |
| Function to log a line. | |
The Logger class.
1.8.14