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 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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Entity Framework