Spinnaker SDK C++
4.3.0.189
 
Public Member Functions | Protected Member Functions | Friends | List of all members

The LoggingEventData object. More...

Public Member Functions

 ~LoggingEventData ()
 Default Destructor. More...
 
const char * GetCategoryName ()
 Gets the logging event category name. More...
 
const char * GetLogMessage ()
 Gets the logging event message. More...
 
const char * GetNDC ()
 Gets the logging event's Nested Diagnostic Context (NDC). More...
 
const int GetPriority ()
 Gets the logging event priority. More...
 
const char * GetThreadName ()
 Gets the logging event thread name. More...
 
const char * GetTimestamp ()
 Gets the logging event time stamp. More...
 
const char * GetPriorityName ()
 Gets the logging event priority name. More...
 

Protected Member Functions

 LoggingEventData (void *data)
 Default Constructor. More...
 

Friends

class SystemImpl
 
class ProducerImpl
 
class InterfaceImpl
 
class CameraBaseImpl
 
class Stream
 
class EventProcessor
 

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 Function Documentation

◆ CameraBaseImpl

friend class CameraBaseImpl
friend

◆ EventProcessor

friend class EventProcessor
friend

◆ InterfaceImpl

friend class InterfaceImpl
friend

◆ ProducerImpl

friend class ProducerImpl
friend

◆ Stream

friend class Stream
friend

◆ SystemImpl

friend class SystemImpl
friend

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