libstorage-ng
Public Member Functions | List of all members
storage::Logger Class Referenceabstract

The Logger class. More...

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

Detailed Description

The Logger class.


The documentation for this class was generated from the following file: