OnixS C++ CME MDP Conflated UDP Handler 1.1.2
API documentation
Loading...
Searching...
No Matches
LogWarning Struct Reference

Public Member Functions

 LogWarning (LogEntry &entry, const Char *source)
 LogWarning (LogEntry &entry, const StrRef &source)
 LogWarning (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 121 of file LogEvents.h.

Constructor & Destructor Documentation

◆ LogWarning() [1/3]

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

Initializes event as warning.

Definition at line 124 of file LogEvents.h.

◆ LogWarning() [2/3]

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

Initializes event as warning.

Definition at line 135 of file LogEvents.h.

◆ LogWarning() [3/3]

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

Initializes event as warning.

Definition at line 146 of file LogEvents.h.