Compartir a través de


FallbackEventDefinition Constructores

Definición

Sobrecargas

FallbackEventDefinition(EventId, LogLevel, String)

Crea una instancia de definición de evento.

FallbackEventDefinition(EventId, LogLevel, String, String)

Crea una instancia de definición de evento.

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

Crea una instancia de definición de evento.

FallbackEventDefinition(EventId, LogLevel, String)

Crea una instancia de definición de evento.

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)

Parámetros

eventId
EventId

EventId.

level
LogLevel

en LogLevel el que se registrará el evento.

messageFormat
String

Definición de mensaje con parámetros.

Se aplica a

FallbackEventDefinition(EventId, LogLevel, String, String)

Crea una instancia de definición de evento.

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)

Parámetros

eventId
EventId

EventId.

level
LogLevel

en LogLevel el que se registrará el evento.

eventIdCode
String

Cadena que representa el código que se debe pasar a ConfigureWanings.

messageFormat
String

Definición de mensaje con parámetros.

Se aplica a

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

Crea una instancia de definición de evento.

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)

Parámetros

loggingOptions
ILoggingOptions

Opciones de registro.

eventId
EventId

EventId.

level
LogLevel

en LogLevel el que se registrará el evento.

eventIdCode
String

Cadena que representa el código que se debe pasar a ConfigureWarnings(Action<WarningsConfigurationBuilder>).

messageFormat
String

Definición de mensaje con parámetros.

Se aplica a