OnixS C++ CME MDP Premium Market Data Handler 5.9.0
API Documentation
Loading...
Searching...
No Matches
LogDebug Struct Reference

Public Member Functions

 LogDebug (LogEntry &entry, const Char *source)
 LogDebug (LogEntry &entry, const StrRef &source)
 LogDebug (LogEntry &entry, const std::string &source)
Public Member Functions inherited from LogEvent
 LogEvent (LogEntry &entry, LogCategory::Enum category, const StrRef &source)
 ~LogEvent ()
std::string & message ()
const std::string & message () const

Detailed Description

Definition at line 148 of file LogEvents.h.

Constructor & Destructor Documentation

◆ LogDebug() [1/3]

LogDebug ( LogEntry & entry,
const Char * source )
inline

Initializes event as debug information.

Definition at line 151 of file LogEvents.h.

◆ LogDebug() [2/3]

LogDebug ( LogEntry & entry,
const StrRef & source )
inline

Initializes event as debug information.

Definition at line 157 of file LogEvents.h.

◆ LogDebug() [3/3]

LogDebug ( LogEntry & entry,
const std::string & source )
inline

Initializes event as debug information.

Definition at line 163 of file LogEvents.h.