Class Reference
Ens.Util.IOLogger
Server:appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [Ens] >  [Util] >  [IOLogger]
Private  Storage

abstract class Ens.Util.IOLogger extends Ens.Settings

Helper base class for BusinessService and BusinessOperation for raw IO logging

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 2 3


Summary

Properties
ArchiveIO IOLogEntry

Methods
AssignOneSetting CloseIOLogEntry EnumerateSettingsClose EnumerateSettingsExecute
EnumerateSettingsFetch GetSettings NewIOLogEntry SaveIOLogEntry

Subclasses
Ens.BusinessOperation Ens.BusinessService

Parameters

• 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

Properties

• 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.

Methods

• method CloseIOLogEntry(pSC As %Status, pAnnotation As %String, pObj As %RegisteredObject)
• method NewIOLogEntry(pIsIncoming As %Boolean, pSC As %Status, pAnnotation As %String, pSourceMethod As %String, pSessionId As %Integer, pObj As %RegisteredObject) as %Boolean
• method SaveIOLogEntry(pSC As %Status, pAnnotation As %String, pObj As %RegisteredObject)


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.