Java.Util.Logging.Logger.Entering Method
Logs a message indicating that a method has been entered.

Syntax

[Android.Runtime.Register("entering", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V", "GetEntering_Ljava_lang_String_Ljava_lang_String_Ljava_lang_Object_Handler")]
public virtual void Entering (string sourceClass, string sourceMethod, Java.Lang.Object param)

Parameters

sourceClass
the source class name.
sourceMethod
the source method name.
param
the parameter for the method call.

Remarks

Logs a message indicating that a method has been entered. A log record with log level Level.FINER, log message "ENTRY", the specified source class name, source method name and one parameter is submitted for logging.

[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