Utf8JsonReaderManager.QueryLogger Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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