FallbackEventDefinition Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
- 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
- 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í.
- 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
Entity Framework