Class Spinnaker::LoggingEventData¶
ClassList > Spinnaker > LoggingEventData
The LoggingEventData object.
#include <LoggingEventData.h>
Public Functions¶
| Type | Name |
|---|---|
| const char * | GetCategoryName () |
| const char * | GetLogMessage () |
| const char * | GetNDC () |
| const int | GetPriority () |
| const char * | GetPriorityName () |
| const char * | GetThreadName () |
| const char * | GetTimestamp () |
| ~LoggingEventData () |
Protected Functions¶
| Type | Name |
|---|---|
| LoggingEventData (void * data) |
Public Functions Documentation¶
function GetCategoryName¶
Gets the logging event category name.
Returns:
The category name
function GetLogMessage¶
Gets the logging event message.
Returns:
The log message
function GetNDC¶
Gets the logging event's Nested Diagnostic Context (NDC).
Returns:
The log event's NDC
function GetPriority¶
Gets the logging event priority.
Returns:
The log priority
function GetPriorityName¶
Gets the logging event priority name.
Returns:
The priority name of the log
function GetThreadName¶
Gets the logging event thread name.
Returns:
The thread name
function GetTimestamp¶
Gets the logging event time stamp.
Returns:
The time stamp of the log
function ~LoggingEventData¶
Default Destructor
Protected Functions Documentation¶
function LoggingEventData¶
Default Constructor
The documentation for this class was generated from the following file C:/workspace/include/LoggingEventData.h