Java.Util.Logging.Handler.IsLoggable Method
Determines whether the supplied log record needs to be logged.

Syntax

[Android.Runtime.Register("isLoggable", "(Ljava/util/logging/LogRecord;)Z", "GetIsLoggable_Ljava_util_logging_LogRecord_Handler")]
public virtual bool IsLoggable (LogRecord record)

Parameters

record
the log record to be checked.

Returns

Documentation for this section has not yet been entered.

Remarks

Determines whether the supplied log record needs to be logged. The logging levels will be checked as well as the filter.

[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