FallbackEventDefinition Oluşturucular

Tanım

Aşırı Yüklemeler

FallbackEventDefinition(EventId, LogLevel, String)

Bir olay tanımı örneği oluşturur.

FallbackEventDefinition(EventId, LogLevel, String, String)

Bir olay tanımı örneği oluşturur.

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

Bir olay tanımı örneği oluşturur.

FallbackEventDefinition(EventId, LogLevel, String)

Bir olay tanımı örneği oluşturur.

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)

Parametreler

eventId
EventId

EventId.

level
LogLevel

LogLevelOlayın günlüğe kaydedileceği yer.

messageFormat
String

Parametreli ileti tanımı.

Şunlara uygulanır

FallbackEventDefinition(EventId, LogLevel, String, String)

Bir olay tanımı örneği oluşturur.

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)

Parametreler

eventId
EventId

EventId.

level
LogLevel

LogLevelOlayın günlüğe kaydedileceği yer.

eventIdCode
String

Configuresize geçirilmesi gereken kodu temsil eden bir dize.

messageFormat
String

Parametreli ileti tanımı.

Şunlara uygulanır

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

Bir olay tanımı örneği oluşturur.

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)

Parametreler

loggingOptions
ILoggingOptions

Günlüğe kaydetme seçenekleri.

eventId
EventId

EventId.

level
LogLevel

LogLevelOlayın günlüğe kaydedileceği yer.

eventIdCode
String

Geçirilecek kodu temsil eden bir dize ConfigureWarnings(Action<WarningsConfigurationBuilder>) .

messageFormat
String

Parametreli ileti tanımı.

Şunlara uygulanır