LogParameter Class

Base class with common log parameters
Inheritance Hierarchy

SystemObject
  Unisys.AgileBusiness.RuntimeAPILogParameter
    Unisys.AgileBusiness.RuntimeAPIAuditLogParameter
    Unisys.AgileBusiness.RuntimeAPIConfigureLogParameter
    Unisys.AgileBusiness.RuntimeAPIQueueParameter
    Unisys.AgileBusiness.RuntimeAPISocketParameter

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

public abstract class LogParameter

The LogParameter type exposes the following members.

Constructors

  NameDescription
Public methodLogParameter
Initializes a new instance of the LogParameter class
Public methodLogParameter(LogStatus, Int32, Int32, String)
Initializes a new instance of the LogParameter class
Top
Properties

  NameDescription
Public propertyFilePath
path of the log file
Public propertyFileSize
Log file size in KB
Public propertyLogStatus
For enabling/disabling log
Public propertyNoOfBackups
Number of backups of logfile
Top
Methods

  NameDescription
Public methodEquals
Determines whether the provided object is equal to the current object
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
warning CS0659: Class overrides Object.Equals(object o) but does not override Object.GetHashCode() -> Hence dummy method to remove this warning.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also