ILog.IsTraceEnabled Property

Definition

Gets whether trace logging is enabled by the underlying logger.

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

Property Value

true if trace logging is enabled; otherwise, false.

Attributes

Applies to