#include <OnixS/CME/ConflatedUDP/LogEvents.h>
Public Member Functions | |
LogEvent (LogEntry &entry, LogCategory::Enum category, const StrRef &source) | |
~LogEvent () | |
std::string & | message () |
const std::string & | message () const |
By default, logging machinery provides access to the entry with ability to store arbitrary text. Given class adds basic information about time of entry record, category and source of log entry. It also enhances API with ability to put data into log entries in simple and elegant way by using streaming operators.
Definition at line 39 of file LogEvents.h.
|
inline |
Initializes event with LogEntry instance.
Definition at line 51 of file LogEvents.h.
|
inline |
Commits entry to the log.
Definition at line 63 of file LogEvents.h.
|
inline |
Informational message to be added to a log.
Definition at line 69 of file LogEvents.h.
|
inline |
Informational message to be added to a log.
Definition at line 75 of file LogEvents.h.