ExecutionStrategyContext.Logger Property

Definition

The logger for the ExecutionStrategy.

public virtual Microsoft.Extensions.Logging.ILogger<Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy> Logger { get; }
member this.Logger : Microsoft.Extensions.Logging.ILogger<Microsoft.EntityFrameworkCore.Storage.IExecutionStrategy>
Public Overridable ReadOnly Property Logger As ILogger(Of IExecutionStrategy)

Property Value

Applies to