TextLogProvider Class |
Namespace: FM.IceLink
The TextLogProvider type exposes the following members.
Name | Description | |
---|---|---|
TextLogProvider |
Initializes a new instance of the TextLogProvider class using Info.
| |
TextLogProvider(LogLevel) |
Initializes a new instance of the TextLogProvider class.
|
Name | Description | |
---|---|---|
Callback |
Gets or sets a callback to invoke
whenever text is written to the log.
| |
Filter |
Gets or sets a filter on the log provider.
(Inherited from LogProvider.) | |
Level |
Gets or sets the log level.
(Inherited from LogProvider.) | |
Text |
Gets the logged text.
|
Name | Description | |
---|---|---|
Clear |
Clears all text from the log
and returns the former contents.
| |
DoLog |
Logs a message at the specified log level.
(Overrides LogProviderDoLog(DateTime, LogLevel, String, String, Exception).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateLogLine |
Generates a default log line.
(Inherited from LogProvider.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Log(DateTime, LogLevel, String, String) |
Log a message with no exception.
(Inherited from LogProvider.) | |
Log(DateTime, LogLevel, String, String, Exception) |
Log a message.
(Inherited from LogProvider.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |