Język

ILog.IsInfoEnabled Property

Definition

Gets whether info logging is enabled by the underlying logger.

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

Property Value

true if info logging is enabled; otherwise, false.

Attributes

Applies to