ILog.IsWarnEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether warn logging is enabled by the underlying logger.
public bool IsWarnEnabled { [Android.Runtime.Register("isWarnEnabled", "()Z", "GetIsWarnEnabledHandler:Org.Apache.Commons.Logging.ILogInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("isWarnEnabled", "()Z", "GetIsWarnEnabledHandler:Org.Apache.Commons.Logging.ILogInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.IsWarnEnabled : bool
Property Value
true if warn logging is enabled; otherwise, false.
- Attributes