OnixS C++ CME iLink 3 Binary Order Entry Handler 1.19.0
API Documentation
Loading...
Searching...
No Matches
Logging

The Handler writes log messages to the file specified by OnixS::CME::iLink3::SessionSettings::logFileName in the OnixS::CME::iLink3::SessionSettings::storageDirectory folder. Verbosity is controlled by OnixS::CME::iLink3::LogLevel (from OnixS::CME::iLink3::LogLevel::Error = 0 to OnixS::CME::iLink3::LogLevel::Debug = 4; a message is emitted when its level is less than or equal to the current level), and output targets by the OnixS::CME::iLink3::LogSettings bitmask: OnixS::CME::iLink3::LogSettings::TraceToFile writes to the log file, OnixS::CME::iLink3::LogSettings::TraceToConsole duplicates to the console (capped at OnixS::CME::iLink3::LogLevel::Trace); the default is OnixS::CME::iLink3::LogSettings::Default (OnixS::CME::iLink3::LogSettings::TraceToFile).