共用方式為


ServiceProviderDebugInfoEventData 類別

定義

DiagnosticSource參考服務提供者建立偵錯資訊之事件的事件承載類別。

public class ServiceProviderDebugInfoEventData : Microsoft.EntityFrameworkCore.Diagnostics.EventData
type ServiceProviderDebugInfoEventData = class
    inherit EventData
Public Class ServiceProviderDebugInfoEventData
Inherits EventData
繼承
ServiceProviderDebugInfoEventData

備註

如需詳細資訊 和範例,請參閱記錄、事件和診斷

建構函式

ServiceProviderDebugInfoEventData(EventDefinitionBase, Func<EventDefinitionBase, EventData,String>, IDictionary<String,String>, IList<IDictionary<String, String>>)

建構事件承載。

屬性

CachedDebugInfos

現有提供者的偵錯資訊。

EventId

EventId定義訊息識別碼和名稱的 。

(繼承來源 EventData)
EventIdCode

字串,表示定義這個事件的程式碼。

(繼承來源 EventData)
LogLevel

LogLevel,用來記錄此事件的訊息。

(繼承來源 EventData)
NewDebugInfo

新提供者的偵錯資訊。

方法

ToString()

描述此事件的記錄器訊息。

(繼承來源 EventData)

適用於