42 std::string& message_;
56 , message_(entry.message())
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)
StrRef toStrRef(const std::string &str)
Constructs StrRef instance over std::string content.
LogDebug(LogEntry &entry, const std::string &source)
Initializes event as debug information.
Represents time point without time-zone information.
~LogEvent()
Commits entry to the log.
Enum
Categories for information being logged.
LogWarning(LogEntry &entry, const std::string &source)
Initializes event as warning.
LogError(LogEntry &entry, const StrRef &source)
Initializes event as error.
LogDebug(LogEntry &entry, const StrRef &source)
Initializes event as debug information.
LogError(LogEntry &entry, const Char *source)
Initializes event as error.
LogInfo(LogEntry &entry, const StrRef &source)
Initializes event as information.
Categories for information being logged.
LogInfo(LogEntry &entry, const Char *source)
Initializes event as information.
By default, logging machinery provides access to the entry with ability to store arbitrary text...
Represents real number with constant exponent.
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_END
#define ONIXS_CMESTREAMLINEDMDH_LTWT_CLASS
LogEvent(LogEntry &entry, LogCategory::Enum category, const StrRef &source)
Initializes event with LogEntry instance.
char Char
Character type alias.
Specializes LogEvent to log informations.
Abstraction of log entry in logging services.
void toStr(std::string &str, const Decimal &number)
LogError(LogEntry &entry, const std::string &source)
Initializes event as error.
virtual void commit()=0
Commits entry into a log and releases the instance.
LogWarning(LogEntry &entry, const StrRef &source)
Initializes event as warning.
Specializes LogEvent to log debug information.
virtual void category(LogCategory::Enum)=0
Specifies category of information being logged.
LogEvent & operator<<(LogEvent &event, const TimeSpan &timeSpan)
LogWarning(LogEntry &entry, const Char *source)
Initializes event as warning.
Provides efficient way of accessing text-based FIX field values.
const std::string & message() const
Informational message to be added to a log.
LogInfo(LogEntry &entry, const std::string &source)
Initializes event as information.
Specializes LogEvent to log errors.
Represents time interval.
#define ONIXS_CMESTREAMLINEDMDH_LTWT_STRUCT
LogDebug(LogEntry &entry, const Char *source)
Initializes event as debug information.
std::string & message()
Informational message to be added to a log.
Specializes LogEvent to log warnings.
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_BEGIN
virtual void source(const StrRef &)=0
Specifies source of information being logged.