Common Logging 2.0 API Reference

AbstractSimpleLogger.IsTraceEnabled Property

Returns true if the current LogLevel is greater than or equal to Trace. If it is, all messages will be sent to Out.

[Visual Basic]
Public Overrides ReadOnly Property IsTraceEnabled() As Boolean _
    Implements ILog.IsTraceEnabled

   Public Get
   End Get
End Property
[C#]
public override bool IsTraceEnabled { public get; }

Implements

ILog.IsTraceEnabled

See Also

AbstractSimpleLogger Class | Common.Logging.Simple Namespace