Click or drag to resize

TblEventLogTarget Class

Logging API Target, allowing us to write to tblEventLog Configure like this:
Inheritance Hierarchy
SystemObject
  LogTarget
    Omada.OE.AppLogic.LoggingTblEventLogTarget

Namespace:  Omada.OE.AppLogic.Logging
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[TargetTypeAttribute("tblEventLog")]
public class TblEventLogTarget : LogTarget

The TblEventLogTarget type exposes the following members.

Constructors
  NameDescription
Public methodTblEventLogTarget
Logging API Target, allowing us to write to tblEventLog
Top
Properties
  NameDescription
Public propertyAsync (Inherited from LogTarget.)
Public propertyDisabled (Inherited from LogTarget.)
Public propertyName (Inherited from LogTarget.)
Public propertyTargetName (Inherited from LogTarget.)
Public propertyTenantId (Inherited from LogTarget.)
Top
Methods
  NameDescription
Public methodInstantiateTarget
Creates the actual NLOG target
(Overrides LogTarget.InstantiateTarget.)
Top
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
See Also