Click or drag to resize

SystemEventLoggingConfiguration Class

Configuration class used by SystemEventLogger The configuration define a set of data objects to monitor for creation of modification events.
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.LoggingSystemEventLoggingConfiguration

Namespace:  Omada.OE.AppLogic.Logging
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static class SystemEventLoggingConfiguration

The SystemEventLoggingConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIsInitialized
Is the SystemEventLoggingConfiguration initialized, if not, call Initialize method
Public propertyStatic memberObjectTypes
All object types configured
Top
Methods
  NameDescription
Public methodStatic memberInitialize
Initializes the configuration
Top
See Also