#include <mbilog.h>
Public Member Functions | |
LogMessage (const int _level, const char *_filePath, const int _lineNumber, const char *_functionName) | |
Public Attributes | |
const int | level |
const char * | filePath |
const int | lineNumber |
const char * | functionName |
const char * | moduleName |
std::string | category |
std::string | message |
Definition at line 52 of file mbilog.h.
mbilog::LogMessage::LogMessage | ( | const int | _level, |
const char * | _filePath, | ||
const int | _lineNumber, | ||
const char * | _functionName | ||
) | [inline] |
Definition at line 65 of file mbilog.h.
: level(_level) , filePath(_filePath) , lineNumber(_lineNumber) , functionName(_functionName) { }
std::string mbilog::LogMessage::category |
Definition at line 62 of file mbilog.h.
Referenced by mbilog::BackendCout::FormatFull(), and mbilog::BackendCout::FormatSmart().
const char* mbilog::LogMessage::filePath |
Definition at line 57 of file mbilog.h.
Referenced by mbilog::BackendCout::FormatFull().
const char* mbilog::LogMessage::functionName |
Definition at line 59 of file mbilog.h.
Referenced by mbilog::BackendCout::FormatFull().
const int mbilog::LogMessage::level |
Definition at line 56 of file mbilog.h.
Referenced by mbilog::BackendCout::FormatFull(), and mbilog::BackendCout::FormatSmart().
const int mbilog::LogMessage::lineNumber |
Definition at line 58 of file mbilog.h.
Referenced by mbilog::BackendCout::FormatFull().
std::string mbilog::LogMessage::message |
Definition at line 63 of file mbilog.h.
Referenced by mbilog::DistributeToBackends(), mbilog::BackendCout::FormatFull(), and mbilog::BackendCout::FormatSmart().
const char* mbilog::LogMessage::moduleName |
Definition at line 61 of file mbilog.h.
Referenced by mbilog::BackendCout::FormatFull().