IRelationalConnectionDiagnosticsLogger 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
, IDiagnosticsLogger<TLoggerCategory> 具有一些適用于高效能記錄的額外功能。
public interface IRelationalConnectionDiagnosticsLogger : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Connection>
type IRelationalConnectionDiagnosticsLogger = interface
interface IDiagnosticsLogger<DbLoggerCategory.Database.Connection>
interface IDiagnosticsLogger
Public Interface IRelationalConnectionDiagnosticsLogger
Implements IDiagnosticsLogger(Of DbLoggerCategory.Database.Connection)
- 實作
備註
服務存留期為 Scoped 。 這表示每個 DbContext 實例都會使用此服務自己的實例。 實作可能相依于任何存留期註冊的其他服務。 實作不需要安全線程。
如需詳細資訊 和範例,請參閱資料庫提供者和延伸模組的實作 。
屬性
DbContextLogger | (繼承來源 IDiagnosticsLogger) |
Definitions |
記錄定義的快取。 (繼承來源 IDiagnosticsLogger) |
DiagnosticSource | (繼承來源 IDiagnosticsLogger<TLoggerCategory>) |
Interceptors |
保留已註冊的攔截器,如果有的話。 (繼承來源 IDiagnosticsLogger<TLoggerCategory>) |
Logger |
基礎 ILogger。 (繼承來源 IDiagnosticsLogger<TLoggerCategory>) |
Options |
Entity Framework 記錄選項。 (繼承來源 IDiagnosticsLogger<TLoggerCategory>) |
方法
擴充方法
SensitiveDataLoggingEnabledWarning<TLoggerCategory>(IDiagnosticsLogger<TLoggerCategory>) |