![]() | Logger Methods |
The Logger type exposes the following members.
Name | Description | |
---|---|---|
![]() | Debug |
Logs a Debug message.
|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | EmptyLine |
Writes a Separator line to the LogFile.
============================== yyyy-MM-dd hh:mm:ss ============================
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Error |
Logs an Error message.
|
![]() | Finalize |
Finalizes an instance of the Logger class.
(Overrides ObjectFinalize.) |
![]() | FlushLog |
Flushes the Queue to the physical log file
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Info |
Logs an informational message.
|
![]() ![]() | Instance(String) |
An LogWriter instance that exposes a single instance
|
![]() ![]() | Instance(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String) |
Instances the specified log to file.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RunningLog |
Gets or sets the running log (for sending just current log via Email, etc).
|
![]() | Separator |
Writes a Separator line to the LogFile.
============================== yyyy-MM-dd hh:mm:ss ============================
|
![]() | ToHTMLTable |
Creates a string to contain the HTML representation of the log using a table.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Verbose |
Logs an informational message only if IsVerbose is true.
|
![]() | Warning |
Logs a warning message.
|
![]() | WriteRetVal |
Parses FWRetVal and writes to log - quick way to write either Error or Success.
|