Java.Util.Logging.Logger.Finer Method
Logs a message of level Level.FINER; the message is transmitted to all subscribed handlers.

Syntax

[Android.Runtime.Register("finer", "(Ljava/lang/String;)V", "GetFiner_Ljava_lang_String_Handler")]
public virtual void Finer (string msg)

Parameters

msg
the message to log.

Remarks

Logs a message of level Level.FINER; the message is transmitted to all subscribed handlers.

[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