persistent class Ens.Rule.DebugLog
extends %Persistent, %XML.Adaptor
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);
index (DebugId on DebugId);