Click or drag to resize

Logger Methods

The Logger type exposes the following members.

Methods
  NameDescription
Public methodDebug
Logs a Debug message.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEmptyLine
Writes a Separator line to the LogFile. ============================== yyyy-MM-dd hh:mm:ss ============================
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodError
Logs an Error message.
Protected methodFinalize
Finalizes an instance of the Logger class.
(Overrides ObjectFinalize.)
Public methodFlushLog
Flushes the Queue to the physical log file
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInfo
Logs an informational message.
Public methodStatic memberInstance(String)
An LogWriter instance that exposes a single instance
Public methodStatic memberInstance(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String)
Instances the specified log to file.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRunningLog
Gets or sets the running log (for sending just current log via Email, etc).
Public methodSeparator
Writes a Separator line to the LogFile. ============================== yyyy-MM-dd hh:mm:ss ============================
Public methodToHTMLTable
Creates a string to contain the HTML representation of the log using a table.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodVerbose
Logs an informational message only if IsVerbose is true.
Public methodWarning
Logs a warning message.
Public methodWriteRetVal
Parses FWRetVal and writes to log - quick way to write either Error or Success.
Top
See Also