EventLoggerFactoryExtensions.AddEventLog Yöntem
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
AddEventLog(ILoggingBuilder) |
Fabrikaya 'EventLog' adlı bir olay günlükçü ekler. |
AddEventLog(ILoggingBuilder, EventLogSettings) |
Olay günlükçü ekler. Belirli LogLevelgünlüğe kaydetmeyi etkinleştirmek için |
AddEventLog(ILoggingBuilder, Action<EventLogSettings>) |
Olay günlükçü ekler. Belirli LogLevelgünlüğe kaydetmeyi etkinleştirmek için |
AddEventLog(ILoggingBuilder)
Fabrikaya 'EventLog' adlı bir olay günlükçü ekler.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::Logging::ILoggingBuilder ^ AddEventLog(Microsoft::Extensions::Logging::ILoggingBuilder ^ builder);
public static Microsoft.Extensions.Logging.ILoggingBuilder AddEventLog (this Microsoft.Extensions.Logging.ILoggingBuilder builder);
static member AddEventLog : Microsoft.Extensions.Logging.ILoggingBuilder -> Microsoft.Extensions.Logging.ILoggingBuilder
<Extension()>
Public Function AddEventLog (builder As ILoggingBuilder) As ILoggingBuilder
Parametreler
- builder
- ILoggingBuilder
Uzantı yöntemi bağımsız değişkeni.
Döndürülenler
Ek çağrıların zincirlenebilmesi için ILoggingBuilder.
Şunlara uygulanır
AddEventLog(ILoggingBuilder, EventLogSettings)
Olay günlükçü ekler. Belirli LogLevelgünlüğe kaydetmeyi etkinleştirmek için settings
kullanın.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::Logging::ILoggingBuilder ^ AddEventLog(Microsoft::Extensions::Logging::ILoggingBuilder ^ builder, Microsoft::Extensions::Logging::EventLog::EventLogSettings ^ settings);
public static Microsoft.Extensions.Logging.ILoggingBuilder AddEventLog (this Microsoft.Extensions.Logging.ILoggingBuilder builder, Microsoft.Extensions.Logging.EventLog.EventLogSettings settings);
static member AddEventLog : Microsoft.Extensions.Logging.ILoggingBuilder * Microsoft.Extensions.Logging.EventLog.EventLogSettings -> Microsoft.Extensions.Logging.ILoggingBuilder
<Extension()>
Public Function AddEventLog (builder As ILoggingBuilder, settings As EventLogSettings) As ILoggingBuilder
Parametreler
- builder
- ILoggingBuilder
Uzantı yöntemi bağımsız değişkeni.
- settings
- EventLogSettings
Döndürülenler
Ek çağrıların zincirlenebilmesi için ILoggingBuilder.
Şunlara uygulanır
AddEventLog(ILoggingBuilder, Action<EventLogSettings>)
Olay günlükçü ekler. Belirli LogLevelgünlüğe kaydetmeyi etkinleştirmek için configure
kullanın.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::Logging::ILoggingBuilder ^ AddEventLog(Microsoft::Extensions::Logging::ILoggingBuilder ^ builder, Action<Microsoft::Extensions::Logging::EventLog::EventLogSettings ^> ^ configure);
public static Microsoft.Extensions.Logging.ILoggingBuilder AddEventLog (this Microsoft.Extensions.Logging.ILoggingBuilder builder, Action<Microsoft.Extensions.Logging.EventLog.EventLogSettings> configure);
static member AddEventLog : Microsoft.Extensions.Logging.ILoggingBuilder * Action<Microsoft.Extensions.Logging.EventLog.EventLogSettings> -> Microsoft.Extensions.Logging.ILoggingBuilder
<Extension()>
Public Function AddEventLog (builder As ILoggingBuilder, configure As Action(Of EventLogSettings)) As ILoggingBuilder
Parametreler
- builder
- ILoggingBuilder
Uzantı yöntemi bağımsız değişkeni.
- configure
- Action<EventLogSettings>
EventLogSettingsyapılandırmak için bir temsilci.
Döndürülenler
Ek çağrıların zincirlenebilmesi için ILoggingBuilder.