IDiagnosticsLogger.ShouldLog(EventDefinitionBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework