ILog.Debug Method

Definition

Overloads

Debug(Object)
Debug(Object, Throwable)

Debug(Object)

[Android.Runtime.Register("debug", "(Ljava/lang/Object;)V", "GetDebug_Ljava_lang_Object_Handler:Org.Apache.Commons.Logging.ILogInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Debug (Java.Lang.Object? p0);
[<Android.Runtime.Register("debug", "(Ljava/lang/Object;)V", "GetDebug_Ljava_lang_Object_Handler:Org.Apache.Commons.Logging.ILogInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Debug : Java.Lang.Object -> unit

Parameters

p0
Object
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Debug(Object, Throwable)

[Android.Runtime.Register("debug", "(Ljava/lang/Object;Ljava/lang/Throwable;)V", "GetDebug_Ljava_lang_Object_Ljava_lang_Throwable_Handler:Org.Apache.Commons.Logging.ILogInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Debug (Java.Lang.Object? p0, Java.Lang.Throwable? p1);
[<Android.Runtime.Register("debug", "(Ljava/lang/Object;Ljava/lang/Throwable;)V", "GetDebug_Ljava_lang_Object_Ljava_lang_Throwable_Handler:Org.Apache.Commons.Logging.ILogInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Debug : Java.Lang.Object * Java.Lang.Throwable -> unit

Parameters

p0
Object
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to