20 #ifndef _LOGRECORD_HXX_
21 #define _LOGRECORD_HXX_
43 LogRecord(
const std::string& name,
int level,
const std::string& message,
const std::string& file,
int line);
57 virtual std::string
getStr();
Class for logging record.
const std::string _message
virtual std::string getStr()
static const LogLevel FATAL
static const LogLevel WARNING
static const LogLevel NOTSET
virtual std::string getLevelName(int level)
static const LogLevel DEBUG
static const LogLevel ERROR
static const LogLevel INFO
const std::string _loggerName
LogRecord(const std::string &name, int level, const std::string &message, const std::string &file, int line)