Sdílet prostřednictvím


FallbackEventDefinition Konstruktory

Definice

Přetížení

FallbackEventDefinition(EventId, LogLevel, String)

Vytvoří instanci definice události.

FallbackEventDefinition(EventId, LogLevel, String, String)

Vytvoří instanci definice události.

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

Vytvoří instanci definice události.

FallbackEventDefinition(EventId, LogLevel, String)

Vytvoří instanci definice události.

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)

Parametry

eventId
EventId

Hodnota EventId

level
LogLevel

Hodnota LogLevel , ve které bude událost zaznamenána.

messageFormat
String

Parametrizovaná definice zprávy.

Platí pro

FallbackEventDefinition(EventId, LogLevel, String, String)

Vytvoří instanci definice události.

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)

Parametry

eventId
EventId

Hodnota EventId

level
LogLevel

Hodnota LogLevel , ve které bude událost zaznamenána.

eventIdCode
String

Řetězec představující kód, který by měl být předán Do ConfigureWanings.

messageFormat
String

Parametrizovaná definice zprávy.

Platí pro

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

Vytvoří instanci definice události.

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)

Parametry

loggingOptions
ILoggingOptions

Možnosti protokolování.

eventId
EventId

Hodnota EventId

level
LogLevel

Hodnota LogLevel , ve které bude událost zaznamenána.

eventIdCode
String

Řetězec představující kód, který by měl být předán do ConfigureWarnings(Action<WarningsConfigurationBuilder>).

messageFormat
String

Parametrizovaná definice zprávy.

Platí pro