Language

ILog.IsDebugEnabled Property

Definition

Gets whether debug logging is enabled by the underlying logger.

public bool IsDebugEnabled { [Android.Runtime.Register("isDebugEnabled", "()Z", "GetIsDebugEnabledHandler:Org.Apache.Commons.Logging.ILogInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("isDebugEnabled", "()Z", "GetIsDebugEnabledHandler:Org.Apache.Commons.Logging.ILogInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.IsDebugEnabled : bool

Property Value

true if debug logging is enabled; otherwise, false.

Attributes

Applies to