ExecutionStrategy.Logger Property

Definition

The logger for this ExecutionStrategy.

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

Property Value

Applies to