Common Logging 2.0 API Reference

ILog.IsTraceEnabled Property

Checks if this logger is enabled for the Trace level.

[Visual Basic]
Public MustOverride ReadOnly Property IsTraceEnabled() As Boolean
   Public Get
   End Get
End Property
[C#]
public bool IsTraceEnabled { public get; }

See Also

ILog Interface | Common.Logging Namespace