Click or drag to resize

LoggingConfiguration Class

Refreshes the logging configuration when the configuration object is saved. Note there is a risk that the transaction is rolled back after the log API has been re-configured resulting in an "inconsistency". Pushes the log configuration to OPS
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.AfterSaveHandlersLoggingConfiguration

Namespace:  Omada.OE.Solution.OIM.Assembly.AfterSaveHandlers
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public class LoggingConfiguration : IAppStartInitializedClass

The LoggingConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodLoggingConfiguration
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also