OnixS C++ CME MDP Premium Market Data Handler 5.9.0
API Documentation
Loading...
Searching...
No Matches
LogEvents.h File Reference

Go to the source code of this file.

Classes

class  LogEvent
struct  LogError
struct  LogWarning
struct  LogInfo
struct  LogDebug

Namespaces

namespace  OnixS
namespace  OnixS::CME
namespace  OnixS::CME::MDH

Functions

template<typename Undefined>
LogEventoperator<< (LogEvent &event, Undefined undefined)
LogEventoperator<< (LogEvent &event, const Char *cStr)
LogEventoperator<< (LogEvent &event, const std::string &str)
LogEventoperator<< (LogEvent &event, const StrRef &strRef)
LogEventoperator<< (LogEvent &event, Char character)
LogEventoperator<< (LogEvent &event, Int8 number)
LogEventoperator<< (LogEvent &event, UInt8 number)
LogEventoperator<< (LogEvent &event, Int16 number)
LogEventoperator<< (LogEvent &event, UInt16 number)
LogEventoperator<< (LogEvent &event, Int32 number)
LogEventoperator<< (LogEvent &event, UInt32 number)
LogEventoperator<< (LogEvent &event, Int64 number)
LogEventoperator<< (LogEvent &event, UInt64 number)
template<class Mantissa, class Exponent>
LogEventoperator<< (LogEvent &event, const FixedPointDecimal< Mantissa, Exponent > &number)
LogEventoperator<< (LogEvent &event, const Timestamp &timestamp)
LogEventoperator<< (LogEvent &event, const TimeSpan &timeSpan)