Skip to content

Struct SolidSyslogErrorSource

ClassList > SolidSyslogErrorSource

  • #include <SolidSyslogError.h>
struct SolidSyslogErrorSource
{
    const char* Name;
};

Detailed Description

The identity of an error-emitting class.

There is one extern instance per class (e.g. SolidSyslogErrorSource); a handler recognises the emitter by matching Source against that instance's address, not by reading Name.

Public Attributes Documentation

Name

Human-readable tag for logging; not the match key.

const char* SolidSyslogErrorSource::Name;



The documentation for this class was generated from the following file Core/Interface/SolidSyslogError.h