EventDefinitionBase.MessageExtractingLogger Class
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.
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
protected sealed class EventDefinitionBase.MessageExtractingLogger : Microsoft.Extensions.Logging.ILogger
Protected NotInheritable Class EventDefinitionBase.MessageExtractingLogger
Implements ILogger
- Inheritance
-
EventDefinitionBase.MessageExtractingLogger
- Implements
Constructors
EventDefinitionBase.MessageExtractingLogger() |
Properties
Message |
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases. |
Explicit Interface Implementations
ILogger.BeginScope<TState>(TState) |
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases. |
ILogger.IsEnabled(LogLevel) |
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases. |
ILogger.Log<TState>(LogLevel, EventId, TState, Exception, Func<TState,Exception,String>) |
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases. |
Applies to
Entity Framework