abstract class Ens.Util.IOLogger
extends Ens.Settings
Helper base class for BusinessService and BusinessOperation for raw IO logging
parameter SETTINGS = "ArchiveIO:Dev";
List of properties can be set as settings in the configuration file
format is a comma separated list of property names
property ArchiveIO
as %Boolean [ InitialExpression = 0 ];
If set, the Adapter will log in the InterSystems IRIS I/O archive each input and output communication it has with its external system.
property IOLogEntry
as Ens.Util.IOLog;
This is the current entry in the IO Log, if any.