Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
logger::FileBackend Class Reference

#include <backend-file.hpp>

+ Inheritance diagram for logger::FileBackend:

Public Member Functions

 FileBackend (const std::string &filePath)
 
void log (LogLevel logLevel, const std::string &file, const unsigned int &line, const std::string &func, const std::string &message) override
 

Private Attributes

std::string mfilePath
 

Constructor & Destructor Documentation

logger::FileBackend::FileBackend ( const std::string &  filePath)
inline

Member Function Documentation

void logger::FileBackend::log ( LogLevel  logLevel,
const std::string &  file,
const unsigned int &  line,
const std::string &  func,
const std::string &  message 
)
overridevirtual

Implements logger::LogBackend.

Member Data Documentation

std::string logger::FileBackend::mfilePath
private

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