#include <OnixS/CME/ConflatedUDP/LoggingSettings.h>
Public Member Functions | |
DebugLoggingSettings (const SettingGroup *group=NULL) | |
DebugLoggingSettings (const DebugLoggingSettings &other) | |
~DebugLoggingSettings () | |
bool | traceFeeds () const |
void | traceFeeds (bool status) |
MessageTracing::Enum | traceMessages () const |
void | traceMessages (MessageTracing::Enum tracing) |
bool | traceBooks () const |
void | traceBooks (bool status) |
DebugLoggingSettings & | operator= (const DebugLoggingSettings &other) |
Protected Member Functions | |
void | assignNoControl (const DebugLoggingSettings &other) |
Friends | |
class | LoggingSettings |
Definition at line 81 of file LoggingSettings.h.
|
inline |
Initializes default settings.
Definition at line 115 of file LoggingSettings.h.
|
inline |
Initializes as a copy.
Definition at line 129 of file LoggingSettings.h.
|
inline |
Cleans everything up (if necessary).
Definition at line 143 of file LoggingSettings.h.
|
inlineprotected |
Definition at line 99 of file LoggingSettings.h.
|
inline |
Re-initializes as a copy.
Definition at line 216 of file LoggingSettings.h.
|
inline |
Indicates whether books are traced.
Definition at line 195 of file LoggingSettings.h.
|
inline |
Indicates whether books are traced.
Definition at line 202 of file LoggingSettings.h.
|
inline |
Defines whether feeds are to be traced.
Definition at line 150 of file LoggingSettings.h.
|
inline |
Defines whether feeds are to be traced.
Definition at line 157 of file LoggingSettings.h.
|
inline |
Defines the way SBE messages are traced.
Definition at line 173 of file LoggingSettings.h.
|
inline |
Defines the way SBE messages are traced.
Definition at line 180 of file LoggingSettings.h.
|
friend |
Definition at line 93 of file LoggingSettings.h.