次の方法で共有


FallbackEventDefinition コンストラクター

定義

オーバーロード

FallbackEventDefinition(EventId, LogLevel, String)

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

FallbackEventDefinition(EventId, LogLevel, String, String)

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

FallbackEventDefinition(ILoggingOptions, EventId, LogLevel, String, String)

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

FallbackEventDefinition(EventId, LogLevel, String)

ソース:
FallbackEventDefinition.cs
ソース:
FallbackEventDefinition.cs

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

public FallbackEventDefinition (Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level, string messageFormat);
new Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition : Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.LogLevel * string -> Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition
Public Sub New (eventId As EventId, level As LogLevel, messageFormat As String)

パラメーター

eventId
EventId

EventId

level
LogLevel

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

messageFormat
String

パラメーター化されたメッセージ定義。

適用対象

FallbackEventDefinition(EventId, LogLevel, String, String)

ソース:
FallbackEventDefinition.cs
ソース:
FallbackEventDefinition.cs

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

public FallbackEventDefinition (Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level, string eventIdCode, string messageFormat);
new Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition : Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.LogLevel * string * string -> Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition
Public Sub New (eventId As EventId, level As LogLevel, eventIdCode As String, messageFormat As String)

パラメーター

eventId
EventId

EventId

level
LogLevel

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

eventIdCode
String

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

messageFormat
String

パラメーター化されたメッセージ定義。

適用対象

FallbackEventDefinition(ILoggingOptions, EventId, LogLevel, String, String)

ソース:
FallbackEventDefinition.cs
ソース:
FallbackEventDefinition.cs
ソース:
FallbackEventDefinition.cs
ソース:
FallbackEventDefinition.cs
ソース:
FallbackEventDefinition.cs
ソース:
FallbackEventDefinition.cs
ソース:
FallbackEventDefinition.cs

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

public FallbackEventDefinition (Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions loggingOptions, Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level, string eventIdCode, string messageFormat);
new Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition : Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions * Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.LogLevel * string * string -> Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition
Public Sub New (loggingOptions As ILoggingOptions, eventId As EventId, level As LogLevel, eventIdCode As String, messageFormat As String)

パラメーター

loggingOptions
ILoggingOptions

ログ オプション。

eventId
EventId

EventId

level
LogLevel

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

eventIdCode
String

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

messageFormat
String

パラメーター化されたメッセージ定義。

適用対象