IDiagnosticsLogger.ShouldLog(EventDefinitionBase) Method

Definition

Checks whether or not the message should be sent to the ILogger.

public virtual bool ShouldLog (Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase definition);
abstract member ShouldLog : Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase -> bool
override this.ShouldLog : Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase -> bool
Public Overridable Function ShouldLog (definition As EventDefinitionBase) As Boolean

Parameters

definition
EventDefinitionBase

The definition of the event to log.

Returns

true if ILogger logging is enabled and the event should not be ignored; false otherwise.

Applies to