FileLogger Class |
Namespace: Telogis.GeoBase.Diagnostics
The FileLogger type exposes the following members.
Name | Description | |
---|---|---|
FileLogger(String) |
Creates a FileLogger with a specific filename.
| |
FileLogger(String, Boolean) |
Creates a FileLogger with a specific filename and an indicator whether the log file is verbose or not.
| |
FileLogger(String, Single, Single) |
Creates a FileLogger with a specific filename and a new and old size threshold.
| |
FileLogger(String, Single, Single, Boolean) |
Creates a FileLogger with a specific filename, a new and old size threshold and an indicator whether the
log file is verbose or not.
|
Name | Description | |
---|---|---|
Debug |
Logs a debug message.
(Inherited from AbstractLogger.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Error |
Logs an unknown error message.
(Inherited from AbstractLogger.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Incoming |
Logs an incoming message.
(Inherited from AbstractLogger.) | |
Info |
Logs an information message.
(Inherited from AbstractLogger.) | |
LogException(Exception) |
Logs an exception.
(Inherited from AbstractLogger.) | |
LogException(Exception, String, Object) |
Logs an exception with an accompanying string message describing the current exception.
(Inherited from AbstractLogger.) | |
Outgoing |
Logs an outgoing message.
(Inherited from AbstractLogger.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Trace |
Logs a trace message for debugging purposes.
(Inherited from AbstractLogger.) | |
Warn |
Logs a warning message.
(Inherited from AbstractLogger.) | |
WithCategory |
Creates an AbstractLogger with a category.
(Inherited from AbstractLogger.) | |
WithRequest |
Creates an AbstractLogger with an associated Request ID and RequestStringDelegate (Inherited from AbstractLogger.) | |
WriteEntry |
Logs a LogEntry, which is a single log entry passed to a LogEventHandler.
(Overrides AbstractLoggerWriteEntry(LogEntry).) |