Class for System audit log parameters
Inheritance Hierarchy
Unisys.AgileBusiness.RuntimeAPILogParameter
Unisys.AgileBusiness.RuntimeAPIAuditLogParameter
Namespace: Unisys.AgileBusiness.RuntimeAPI
Assembly: Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
The AuditLogParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AuditLogParameter |
Initializes a new instance of the AuditLogParameter class
|
![]() | AuditLogParameter(LogStatus, Int32, Int32, String, AuditLogLevel) |
Initializes a new instance of the AuditLogParameter class
|
Properties
Name | Description | |
---|---|---|
![]() | FilePath |
path of the log file
(Inherited from LogParameter.) |
![]() | FileSize |
Log file size in KB
(Inherited from LogParameter.) |
![]() | Level |
Gets or sets audit log levels
|
![]() | LogStatus |
For enabling/disabling log
(Inherited from LogParameter.) |
![]() | NoOfBackups |
Number of backups of logfile
(Inherited from LogParameter.) |
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the provided object is equal to the current object
(Overrides LogParameterEquals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetDefaultNGRuntimeValue |
Returns default values of the audit log parameters
|
![]() | GetHashCode |
warning CS0659: Class overrides Object.Equals(object o) but does not override Object.GetHashCode() -> Hence dummy method to remove this warning.
(Overrides LogParameterGetHashCode.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also