Reuters Logging

Turn Reuters logging on or off using the Reuters-side configuration file.

You can configure the Reuters OMM adapter's interface to RMDS to write to a logging facility. In the Reuters-side configuration file (rmdsomm.cfg is the one provided with the adapter), you can turn logging on or off and specify a path and file name of the log file. The Reuters interface also supports a set of "message files."

The Reuters-side configuration file contains a set of configuration entries for the Reuters "Logger" facility.

\Logger\AppLogger\fileLoggerEnabled                = true
\Logger\AppLogger\fileLoggerFilename               = "rfasub.{p}.log"

This configuration turns on Reuters logging for the Reuters OMM adapter. The log messages are written to the rfasub.PID.log file, where PID is the adapter's process ID.

The same file contains configuration entries for Component Loggers, as follows:

\Logger\ComponentLoggers\Connections\messageFile   =\
   "config/messages/RFA7_Connections.mc"
\Logger\ComponentLoggers\Adapter\messageFile       =\
   "config/messages/RFA7_Adapter.mc"
\Logger\ComponentLoggers\SessionCore\messageFile   =\
   "config/messages/RFA7_SessionLayer.mc"
\Logger\ComponentLoggers\SSLED_Adapter\messageFile =\
   "config/messages/RFA7_SSLED_Adapter.mc"