RelationalCommandParameterObject.Logger 属性

定义

记录器; null 如果没有可用的记录器,则为 。

public Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Command> Logger { get; }
public Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger? Logger { get; }
member this.Logger : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Command>
member this.Logger : Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger
Public ReadOnly Property Logger As IDiagnosticsLogger(Of DbLoggerCategory.Database.Command)
Public ReadOnly Property Logger As IRelationalCommandDiagnosticsLogger

属性值

适用于