42    std::string& message_;
 
   46    LogEvent(
const LogEvent&);
 
   47    LogEvent& operator =(
const LogEvent&);
 
   58        entry_.category(category);
 
   59        entry_.source(source);
 
 
 
  111        const std::string& source)
 
 
 
  148        const std::string& source)
 
 
 
  185        const std::string& source)
 
 
 
  222        const std::string& source)
 
 
 
  245    DefineOperatorForGivenType 
 
 
  269    const std::string& str)
 
 
#define ONIXS_CONFLATEDUDP_LTWT_STRUCT
 
#define ONIXS_CONFLATEDUDP_LTWT_CLASS
 
#define ONIXS_CONFLATEDUDP_NAMESPACE_END
 
#define ONIXS_CONFLATEDUDP_NAMESPACE_BEGIN
 
Abstraction of log entry in logging services.
 
std::string & message()
Informational message to be added to a log.
 
~LogEvent()
Commits entry to the log.
 
const std::string & message() const
Informational message to be added to a log.
 
LogEvent(LogEntry &entry, LogCategory::Enum category, const StrRef &source)
Initializes event with LogEntry instance.
 
Represents time point without time-zone information.
 
ONIXS_CONFLATEDUDP_EXPORTED void toStr(std::string &, BookState::Enum)
Serializes book state value into a string.
 
char Char
Character type alias.
 
StrRef toStrRef(const std::string &str)
Constructs StrRef instance over std::string content.
 
Categories for information being logged.
 
Enum
Categories for information being logged.
 
LogDebug(LogEntry &entry, const StrRef &source)
Initializes event as debug information.
 
LogDebug(LogEntry &entry, const Char *source)
Initializes event as debug information.
 
LogDebug(LogEntry &entry, const std::string &source)
Initializes event as debug information.
 
LogError(LogEntry &entry, const StrRef &source)
Initializes event as error.
 
LogError(LogEntry &entry, const Char *source)
Initializes event as error.
 
LogError(LogEntry &entry, const std::string &source)
Initializes event as error.
 
LogInfo(LogEntry &entry, const std::string &source)
Initializes event as information.
 
LogInfo(LogEntry &entry, const StrRef &source)
Initializes event as information.
 
LogInfo(LogEntry &entry, const Char *source)
Initializes event as information.
 
LogWarning(LogEntry &entry, const StrRef &source)
Initializes event as warning.
 
LogWarning(LogEntry &entry, const std::string &source)
Initializes event as warning.
 
LogWarning(LogEntry &entry, const Char *source)
Initializes event as warning.