#include <LogRecord.h>
Public Member Functions | |
LogRecord () | |
virtual | ~LogRecord () |
Level | getLevel (void) const |
void | setLevel (Level value) |
const std::string & | getLoggerName (void) const |
void | setLoggerName (const std::string &loggerName) |
const std::string & | getSourceFile (void) const |
void | setSourceFile (const std::string &loggerName) |
unsigned long | getSourceLine (void) const |
void | setSourceLine (long sourceLine) |
const std::string & | getMessage (void) const |
void | setMessage (const std::string &message) |
const std::string & | getSourceFunction (void) const |
void | setSourceFunction (const std::string &functionName) |
unsigned long | getTimestamp (void) const |
void | setTimestamp (long timeStamp) |
unsigned long | getTreadId (void) const |
void | setTreadId (long threadId) |
Private Attributes | |
Level | level |
std::string | loggerName |
std::string | sourceFile |
unsigned long | sourceLine |
std::string | message |
std::string | functionName |
unsigned long | timeStamp |
unsigned long | threadId |
|
|
|
|
|
Get Level of this log record
|
|
Gets the Source Logger's Name
|
|
Gets the Message to be Logged
|
|
Gets the Source Log File name
|
|
Gets the name of the function where this log was logged
|
|
Gets the Source Log line number
|
|
Gets the time in mills that this message was logged.
|
|
Gets the Thread Id where this Log was created
|
|
Set the Level of this Log Record
|
|
Sets the Source Logger's Name
|
|
Sets the Message to be Logged
|
|
Sets the Source Log File Name
|
|
Sets the name of the function where this log was logged
|
|
Sets the Source Log line number
|
|
Sets the time in mills that this message was logged.
|
|
Sets the Thread Id where this Log was created
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|