Language

ILog.IsErrorEnabled Property

Definition

Gets whether error logging is enabled by the underlying logger.

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

Property Value

true if error logging is enabled; otherwise, false.

Attributes

Applies to