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;Ljava/lang/Object;)V", "GetExiting_Ljava_lang_String_Ljava_lang_String_Ljava_lang_Object_Handler")]
public virtual void Exiting (string sourceClass, string sourceMethod, Java.Lang.Object result)

Parameters

sourceClass
the source class name.
sourceMethod
the source method name.
result
the return value of the method call.

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, source method name and return value 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