persistent class Ens.Util.Log
extends %Persistent, Ens.Util.LogBase, %XML.Adaptor
This class defines the primary Event log.
Applications can execute queries against this data if they wish but should
not invoke these methods directly. Instead, use the macros defined in
Ensemble.inc (e.g., $$$LOGINFO et al).
parameter XMLTYPE = "LogEvent";
This parameter provides the default XMLTYPE for the class. If it is
empty then the class name will be used to construct a default XML type.
The default XMLTYPE is used when naming and referencing this type
in a schema and the schema context did not provide an XML type name.
index (ConfigName on ConfigName) [Type = bitmap];
index (Extent on ) [Extent,Type = bitmap];
index (TimeLogged on TimeLogged);
index (Type on Type) [Type = bitmap];