LogProvider Class |
Namespace: FM.IceLink
The LogProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| LogProvider |
Initializes a new instance of the LogProvider class.
|
| Name | Description | |
|---|---|---|
| Filter |
Gets or sets a filter on the log provider.
| |
| Level |
Gets or sets the log level.
|
| Name | Description | |
|---|---|---|
| DoLog |
Logs a message at the specified log level.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GenerateLogLine |
Generates a default log line.
| |
| GetHashCode | (Inherited from Object.) | |
| GetPrefix(LogLevel) |
Converts a log-level to a 5-character string for
consistently-spaced character sequences.
| |
| GetPrefix(LogLevel, Boolean) |
Converts a log-level to a 5-character string for
consistently-spaced character sequences.
| |
| GetPrefixTimestamp |
Converts a timestamp to a string formatted for
rendering in a log message (yyyy/MM/dd-hh:mm:ss).
| |
| GetType | (Inherited from Object.) | |
| Log(DateTime, LogLevel, String, String) |
Log a message with no exception.
| |
| Log(DateTime, LogLevel, String, String, Exception) |
Log a message.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |