Skip to content

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

const char * Spinnaker::LoggingEventData::GetCategoryName () 

Gets the logging event category name.

Returns:

The category name


function GetLogMessage

const char * Spinnaker::LoggingEventData::GetLogMessage () 

Gets the logging event message.

Returns:

The log message


function GetNDC

const char * Spinnaker::LoggingEventData::GetNDC () 

Gets the logging event's Nested Diagnostic Context (NDC).

Returns:

The log event's NDC


function GetPriority

const int Spinnaker::LoggingEventData::GetPriority () 

Gets the logging event priority.

Returns:

The log priority


function GetPriorityName

const char * Spinnaker::LoggingEventData::GetPriorityName () 

Gets the logging event priority name.

Returns:

The priority name of the log


function GetThreadName

const char * Spinnaker::LoggingEventData::GetThreadName () 

Gets the logging event thread name.

Returns:

The thread name


function GetTimestamp

const char * Spinnaker::LoggingEventData::GetTimestamp () 

Gets the logging event time stamp.

Returns:

The time stamp of the log


function ~LoggingEventData

Spinnaker::LoggingEventData::~LoggingEventData () 

Default Destructor


Protected Functions Documentation

function LoggingEventData

Spinnaker::LoggingEventData::LoggingEventData (
    void * data
) 

Default Constructor



The documentation for this class was generated from the following file C:/workspace/include/LoggingEventData.h