Java.Util.Logging.Logger.IsLoggable Method
Determines whether this logger will actually log messages of the specified level.

Syntax

[Android.Runtime.Register("isLoggable", "(Ljava/util/logging/Level;)Z", "GetIsLoggable_Ljava_util_logging_Level_Handler")]
public virtual bool IsLoggable (Level l)

Parameters

l
the level to check.

Returns

Documentation for this section has not yet been entered.

Remarks

Determines whether this logger will actually log messages of the specified level. The effective level used to do the determination may be inherited from its parent. The default level is Level.INFO.

[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