共用方式為


Utf8JsonReaderManager.QueryLogger Property

Definition

Logger for logging events that happen when reading/writing JSON values, or null if logging is not available.

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]
public Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Query>? QueryLogger { [System.Runtime.CompilerServices.IsReadOnly] get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.QueryLogger : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Query>
Public ReadOnly Property QueryLogger As IDiagnosticsLogger(Of DbLoggerCategory.Query)

Property Value

Attributes

Applies to