Langue

ILog.Info Méthode

Définition

Surcharges

Nom Description
Info(Object)

Enregistre un message au niveau des informations.

Info(Object, Throwable)

Enregistre un message et sa cause au niveau des informations.

Info(Object)

Enregistre un message au niveau des informations.

[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

Paramètres

p0
Object

Message à consigner.

Attributs

S’applique à

Info(Object, Throwable)

Enregistre un message et sa cause au niveau des informations.

[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

Paramètres

p0
Object

Message à consigner.

p1
Throwable

Cause de journalisation.

Attributs

S’applique à