Common Logging 2.0 API Reference

EntLibLogger.ShouldLog Method

May be overridden for custom filter logic

[Visual Basic]
Protected Overridable Sub ShouldLog( _
   ByVal log As LogEntry _
)
[C#]
protected virtual bool ShouldLog(
   LogEntry log
);

Parameters

log

Return Value

See Also

EntLibLogger Class | Common.Logging.EntLib Namespace