Android.OS.Looper.SetMessageLogging Method
Control logging of messages as they are processed by this Looper.

Syntax

[Android.Runtime.Register("setMessageLogging", "(Landroid/util/Printer;)V", "GetSetMessageLogging_Landroid_util_Printer_Handler")]
public virtual void SetMessageLogging (Android.Util.IPrinter printer)

Parameters

printer
A Printer object that will receive log messages, or null to disable message logging.

Remarks

Control logging of messages as they are processed by this Looper. If enabled, a log message will be written to printer at the beginning and ending of each message dispatch, identifying the target Handler and message contents.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1