Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches

The LoggingEventData object. More...

#include <LoggingEventData.h>

Public Member Functions

 ~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.
 

Protected Member Functions

 LoggingEventData (void *data)
 Default Constructor.
 

Friends

class SystemImpl
 

Detailed Description

The LoggingEventData object.

Constructor & Destructor Documentation

◆ ~LoggingEventData()

Default Destructor.

◆ LoggingEventData()

LoggingEventData ( void *  data)
protected

Default Constructor.

Member Function Documentation

◆ 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()

const char * 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

Friends And Related Symbol Documentation

◆ SystemImpl

friend class SystemImpl
friend

The documentation for this class was generated from the following file: