#include <OnixS/CME/MDH/LogEvents.h>
Public Member Functions | |
LogEvent (LogEntry &entry, LogCategory::Enum category, const StrRef &source) | |
~LogEvent () | |
std::string & | message () |
const std::string & | message () const |
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 43 of file LogEvents.h.
|
inline |
Commits entry to the log.
Definition at line 52 of file LogEvents.h.
|
inline |
Informational message to be added to a log.
Definition at line 58 of file LogEvents.h.
|
inline |
Informational message to be added to a log.
Definition at line 64 of file LogEvents.h.