| TextViewLogProvider Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: FM.IceLink.Android
The TextViewLogProvider type exposes the following members.
 Constructors
Constructors| 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.
             | 
 Properties
Properties| 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.) | 
 Methods
Methods| 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.
             | 
 Version Information
Version Information See Also
See Also