EventDefinition Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
EventDefinition(EventId, LogLevel, Action<ILogger,Exception>) |
Bir olay tanımı örneği oluşturur. |
EventDefinition(EventId, LogLevel, String, Action<ILogger,Exception>) |
Bir olay tanımı örneği oluşturur. |
EventDefinition(ILoggingOptions, EventId, LogLevel, String, Func<LogLevel,Action<ILogger,Exception>>) |
Bir olay tanımı örneği oluşturur. |
EventDefinition(EventId, LogLevel, Action<ILogger,Exception>)
Bir olay tanımı örneği oluşturur.
public EventDefinition (Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level, Action<Microsoft.Extensions.Logging.ILogger,Exception> logAction);
new Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition : Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.LogLevel * Action<Microsoft.Extensions.Logging.ILogger, Exception> -> Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition
Public Sub New (eventId As EventId, level As LogLevel, logAction As Action(Of ILogger, Exception))
Parametreler
Şunlara uygulanır
EventDefinition(EventId, LogLevel, String, Action<ILogger,Exception>)
Bir olay tanımı örneği oluşturur.
public EventDefinition (Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level, string eventIdCode, Action<Microsoft.Extensions.Logging.ILogger,Exception> logAction);
new Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition : Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.LogLevel * string * Action<Microsoft.Extensions.Logging.ILogger, Exception> -> Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition
Public Sub New (eventId As EventId, level As LogLevel, eventIdCode As String, logAction As Action(Of ILogger, Exception))
Parametreler
- eventIdCode
- String
ConfigureWanings'e geçirilmesi gereken kodu temsil eden bir dize.
Şunlara uygulanır
EventDefinition(ILoggingOptions, EventId, LogLevel, String, Func<LogLevel,Action<ILogger,Exception>>)
Bir olay tanımı örneği oluşturur.
public EventDefinition (Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions loggingOptions, Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level, string eventIdCode, Func<Microsoft.Extensions.Logging.LogLevel,Action<Microsoft.Extensions.Logging.ILogger,Exception>> logActionFunc);
public EventDefinition (Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions loggingOptions, Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level, string eventIdCode, Func<Microsoft.Extensions.Logging.LogLevel,Action<Microsoft.Extensions.Logging.ILogger,Exception?>> logActionFunc);
new Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition : Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions * Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.LogLevel * string * Func<Microsoft.Extensions.Logging.LogLevel, Action<Microsoft.Extensions.Logging.ILogger, Exception>> -> Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition
Public Sub New (loggingOptions As ILoggingOptions, eventId As EventId, level As LogLevel, eventIdCode As String, logActionFunc As Func(Of LogLevel, Action(Of ILogger, Exception)))
Parametreler
- loggingOptions
- ILoggingOptions
Günlüğe kaydetme seçenekleri.
- eventIdCode
- String
öğesine geçirilmesi ConfigureWarnings(Action<WarningsConfigurationBuilder>)gereken kodu temsil eden bir dize.
Olayı günlüğe kaydetmek için önbelleğe alınmış bir temsilci oluşturma işlevi.
Şunlara uygulanır
Entity Framework