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.
public Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Query>? QueryLogger { [System.Runtime.CompilerServices.IsReadOnly] get; }
[<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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework