LogClass Class

Class for creating and writing an application log file

Definition

Namespace: (Default Namespace)
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public sealed class LogClass
Inheritance
Object    LogClass

Constructors

LogClass 
LogClassInitializes a new instance of the LogClass class

Properties

debug Sets or resets debug mode
logFileName Full path of logfile
logFileRef Internal log file reference
maxFrames Sets maximum number of stack frames to include in debu log entries

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Log Method that writes log entry
Open 
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also