Common Logging 2.0 API Reference

NoOpLogger.IsTraceEnabled Property

Always returns false.

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

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

Implements

ILog.IsTraceEnabled

See Also

NoOpLogger Class | Common.Logging.Simple Namespace