Java.Util.Logging.Logger.Exiting Method
Logs a message indicating that a method is exited.

Syntax

[Android.Runtime.Register("exiting", "(Ljava/lang/String;Ljava/lang/String;)V", "GetExiting_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual void Exiting (string sourceClass, string sourceMethod)

Parameters

sourceClass
the calling class name.
sourceMethod
the method name.

Remarks

Logs a message indicating that a method is exited. A log record with log level Level.FINER, log message "RETURN", the specified source class name and source method name 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