Class Reference
IRIS for UNIX 2024.1.2
Documentation
Search
[
USER
] >
[
Ens
] >
[
Rule
] >
[
DebugLog
]
Private
Storage
persistent class
Ens.Rule.DebugLog
extends
%Persistent
,
%XML.Adaptor
Inventory
Parameters
Properties
Methods
Queries
Indices
ForeignKeys
Triggers
5
2
1
Summary
Properties
DebugId
IsOtherwise
LogType
Message
Source
Methods
%%CLASSNAMELogicalToStorage
%%CLASSNAMEStorageToLogical
%AddToSaveSet
%AddToSyncSet
%BMEBuilt
%BuildIndicesAsync
%BuildIndicesAsyncResponse
%CheckConstraints
%CheckConstraintsForExtent
%ClassIsLatestVersion
%ClassName
%ComposeOid
%ConstructClone
%Delete
%DeleteExtent
%DeleteId
%DispatchClassMethod
%DispatchGetModified
%DispatchGetProperty
%DispatchMethod
%DispatchSetModified
%DispatchSetMultidimProperty
%DispatchSetProperty
%Exists
%ExistsId
%Extends
%GUID
%GUIDSet
%GetLock
%GetParameter
%GetSwizzleObject
%Id
%InsertBatch
%IsA
%IsModified
%IsNull
%KillExtent
%KillExtentData
%LoadFromMemory
%LockExtent
%LockId
%New
%NormalizeObject
%ObjectIsNull
%ObjectModified
%Oid
%OnBeforeAddToSync
%OnDeleteFinally
%OnDetermineClass
%OnOpenFinally
%OnSaveFinally
%Open
%OpenId
%OriginalNamespace
%PackageName
%PhysicalAddress
%PurgeIndices
%Reload
%RemoveFromSaveSet
%ResolveConcurrencyConflict
%RollBack
%Save
%SaveDirect
%SaveIndices
%SerializeObject
%SetModified
%SortBegin
%SortEnd
%SyncObjectIn
%SyncTransport
%UnlockExtent
%UnlockId
%ValidateIndices
%ValidateObject
%ValidateTable
GetNextDebugId
Log
XMLDTD
XMLExport
XMLExportToStream
XMLExportToString
XMLNew
XMLSchema
XMLSchemaNamespace
XMLSchemaType
Properties
property
DebugId
as
%Integer
[ Required ];
property
IsOtherwise
as
%Boolean
[ InitialExpression = 0 ];
property
LogType
as
%String
(MAXLEN=1) [ Required ];
property
Message
as
%String
(MAXLEN=4000,TRUNCATE=1);
property
Source
as
%String
(MAXLEN=2000,TRUNCATE=1);
Methods
classmethod
GetNextDebugId()
as
%Integer
classmethod
Log(pDebugId As
%Integer
, pLogType As
%String
, pSource As
%String
, pMessage As
%String
, pIsOtherwise As
%Boolean
= 0)
as
%Status
Indices
index
(DebugId
on
DebugId)
;