ILog.Info Method

Definition

Overloads

Info(Object)
Info(Object, Throwable)

Info(Object)

[Android.Runtime.Register("info", "(Ljava/lang/Object;)V", "GetInfo_Ljava_lang_Object_Handler:Org.Apache.Commons.Logging.ILogInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Info (Java.Lang.Object? p0);
[<Android.Runtime.Register("info", "(Ljava/lang/Object;)V", "GetInfo_Ljava_lang_Object_Handler:Org.Apache.Commons.Logging.ILogInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Info : 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

Info(Object, Throwable)

[Android.Runtime.Register("info", "(Ljava/lang/Object;Ljava/lang/Throwable;)V", "GetInfo_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 Info (Java.Lang.Object? p0, Java.Lang.Throwable? p1);
[<Android.Runtime.Register("info", "(Ljava/lang/Object;Ljava/lang/Throwable;)V", "GetInfo_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 Info : 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