次の方法で共有


EventDefinitionBase コンストラクター

定義

オーバーロード

EventDefinitionBase(EventId, LogLevel)

イベント定義インスタンスを作成します。

EventDefinitionBase(EventId, LogLevel, String)

イベント定義インスタンスを作成します。

EventDefinitionBase(ILoggingOptions, EventId, LogLevel, String)

イベント定義インスタンスを作成します。

EventDefinitionBase(EventId, LogLevel)

イベント定義インスタンスを作成します。

protected EventDefinitionBase (Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level);
new Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase : Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.LogLevel -> Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase
Protected Sub New (eventId As EventId, level As LogLevel)

パラメーター

eventId
EventId

EventId

level
LogLevel

LogLevelイベントがログに記録される 。

適用対象

EventDefinitionBase(EventId, LogLevel, String)

イベント定義インスタンスを作成します。

protected EventDefinitionBase (Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level, string eventIdCode);
new Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase : Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.LogLevel * string -> Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase
Protected Sub New (eventId As EventId, level As LogLevel, eventIdCode As String)

パラメーター

eventId
EventId

EventId

level
LogLevel

LogLevelイベントがログに記録される 。

eventIdCode
String

ConfigureWanings に渡す必要があるコードを表す文字列。

適用対象

EventDefinitionBase(ILoggingOptions, EventId, LogLevel, String)

イベント定義インスタンスを作成します。

protected EventDefinitionBase (Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions loggingOptions, Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level, string eventIdCode);
new Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase : Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions * Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.LogLevel * string -> Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase
Protected Sub New (loggingOptions As ILoggingOptions, eventId As EventId, level As LogLevel, eventIdCode As String)

パラメーター

loggingOptions
ILoggingOptions

ログ オプション。

eventId
EventId

EventId

level
LogLevel

LogLevelイベントがログに記録される 。

eventIdCode
String

ConfigureWarnings(Action<WarningsConfigurationBuilder>)渡す必要があるコードを表す文字列。

適用対象