IRelationalCommandDiagnosticsLogger 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
, IDiagnosticsLogger<TLoggerCategory> 具有一些適合高效能記錄的額外功能。
public interface IRelationalCommandDiagnosticsLogger : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Command>
type IRelationalCommandDiagnosticsLogger = interface
interface IDiagnosticsLogger<DbLoggerCategory.Database.Command>
interface IDiagnosticsLogger
Public Interface IRelationalCommandDiagnosticsLogger
Implements IDiagnosticsLogger(Of DbLoggerCategory.Database.Command)
- 實作
備註
服務存留期為 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>) |