Level.Finer Property

Definition

FINER indicates a fairly detailed tracing message.

[Android.Runtime.Register("FINER")]
public static Java.Util.Logging.Level? Finer { get; }
[<Android.Runtime.Register("FINER")>]
static member Finer : Java.Util.Logging.Level

Property Value

Attributes

Remarks

FINER indicates a fairly detailed tracing message. By default logging calls for entering, returning, or throwing an exception are traced at this level. This level is initialized to 400.

Java documentation for java.util.logging.Level.FINER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to