EventDefinitionBase.MessageExtractingLogger Class

Definition

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