IAdmServiceLog
The IAdmServiceLog interface represents the Adaxes service log.
Inheritance: IAdmTop
Properties
-
Property
-
Description
-
Enabled
-
Gets or sets a value indicating whether the logging feature of Adaxes is enabled.
-
LogHoldTime
-
Gets or sets the number of days during which log records are kept in the database.
-
ExcludedActionTypes
-
Gets or sets an array of action types to be excluded from logging.
-
ExcludedTargetObjectTypes
-
Gets or sets an array of target object types to be excluded from logging.
-
GeneralLog
-
Gets the General Log that contains all Adaxes log records.
Details
Enabled
Gets or sets a value indicating whether the logging feature of Adaxes is enabled.
- Type:
- Boolean
- Access:
- Read/Write
LogHoldTime
Gets or sets the number of days during which log records are kept in the database.
- Type:
- Int32
- Access:
- Read/Write
ExcludedActionTypes
Gets or sets an array of action types to be excluded from logging.
- Type:
- String[]
- Access:
- Read/Write
ExcludedTargetObjectTypes
Gets or sets an array of target object types to be excluded from logging.
- Type:
- String[]
- Access:
- Read/Write
GeneralLog
Gets the General Log that contains all Adaxes log records.
- Type:
- IAdmGeneralLog
- Access:
- Read/Write
Requirements
Minimum required version: 2009.1