TextViewLogProvider Class |
Namespace: FM.IceLink.Android
The TextViewLogProvider type exposes the following members.
Name | Description | |
---|---|---|
TextViewLogProvider(Activity, TextView) |
Initializes a new instance of the TextViewLogProvider class.
| |
TextViewLogProvider(Activity, TextView, LogLevel) |
Initializes a new instance of the TextViewLogProvider class.
|
Name | Description | |
---|---|---|
Filter |
Gets or sets a filter on the log provider.
(Inherited from LogProvider.) | |
Level |
Gets or sets the log level.
(Inherited from LogProvider.) | |
Tag |
Gets or sets the tag.
(Inherited from LogProvider.) |
Name | Description | |
---|---|---|
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.) | |
WriteLine |
Writes a line of text to the log.
|