The LoggingEventData object.
More...
#include <LoggingEventData.h>
|
| ~LoggingEventData () |
| Default Destructor.
|
|
const char * | GetCategoryName () |
| Gets the logging event category name.
|
|
const char * | GetLogMessage () |
| Gets the logging event message.
|
|
const char * | GetNDC () |
| Gets the logging event's Nested Diagnostic Context (NDC).
|
|
const int | GetPriority () |
| Gets the logging event priority.
|
|
const char * | GetThreadName () |
| Gets the logging event thread name.
|
|
const char * | GetTimestamp () |
| Gets the logging event time stamp.
|
|
const char * | GetPriorityName () |
| Gets the logging event priority name.
|
|
◆ ~LoggingEventData()
◆ LoggingEventData()
◆ GetCategoryName()
const char * GetCategoryName |
( |
| ) |
|
Gets the logging event category name.
- Returns
- The category name
◆ GetLogMessage()
const char * GetLogMessage |
( |
| ) |
|
Gets the logging event message.
- Returns
- The log message
◆ GetNDC()
Gets the logging event's Nested Diagnostic Context (NDC).
- Returns
- The log event's NDC
◆ GetPriority()
const int GetPriority |
( |
| ) |
|
Gets the logging event priority.
- Returns
- The log priority
◆ GetPriorityName()
const char * GetPriorityName |
( |
| ) |
|
Gets the logging event priority name.
- Returns
- The priority name of the log
◆ GetThreadName()
const char * GetThreadName |
( |
| ) |
|
Gets the logging event thread name.
- Returns
- The thread name
◆ GetTimestamp()
const char * GetTimestamp |
( |
| ) |
|
Gets the logging event time stamp.
- Returns
- The time stamp of the log
◆ SystemImpl
The documentation for this class was generated from the following file: