Click or drag to resize

TextViewLogProvider Class

An Android TextView-based log provider.
Inheritance Hierarchy

Namespace:  FM.IceLink.Android
Assembly:  FM.IceLink.Android (in FM.IceLink.Android.dll) Version: 1.1.2.607 (1.1.2.607)

The TextViewLogProvider type exposes the following members.

Constructors
  NameDescription
Public methodTextViewLogProvider(Activity, TextView)
Initializes a new instance of the TextViewLogProvider class.
Public methodTextViewLogProvider(Activity, TextView, LogLevel)
Initializes a new instance of the TextViewLogProvider class.
Top
Properties
  NameDescription
Public propertyFilter
Gets or sets a filter on the log provider.
(Inherited from LogProvider.)
Public propertyLevel
Gets or sets the log level.
(Inherited from LogProvider.)
Public propertyTag
Gets or sets the tag.
(Inherited from LogProvider.)
Top
Methods
  NameDescription
Protected methodDoLog
Logs a message at the specified log level.
(Overrides LogProviderDoLog(DateTime, LogLevel, String, String, Exception).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGenerateLogLine
Generates a default log line.
(Inherited from LogProvider.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLog(DateTime, LogLevel, String, String)
Log a message with no exception.
(Inherited from LogProvider.)
Public methodLog(DateTime, LogLevel, String, String, Exception)
Log a message.
(Inherited from LogProvider.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodWriteLine
Writes a line of text to the log.
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also