Java.Util.Logging.Logger.Logp Method
Logs a message of the given level with the specified source class name, source method name and parameter.

Syntax

[Android.Runtime.Register("logp", "(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V", "GetLogp_Ljava_util_logging_Level_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Ljava_lang_Object_Handler")]
public virtual void Logp (Level logLevel, string sourceClass, string sourceMethod, string msg, Java.Lang.Object param)

Parameters

logLevel
the level of the given message
sourceClass
the source class name
sourceMethod
the source method name
msg
the message to be logged
param
the parameter associated with the event that is logged.

Remarks

Logs a message of the given level with the specified source class name, source method name and parameter.

[Android Documentation]

Requirements

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