LoggerExtensions.Log 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
Log(ILogger, LogLevel, String, Object[]) |
Belirtilen günlük düzeyinde bir günlük iletisini biçimlendirip yazar. |
Log(ILogger, LogLevel, EventId, String, Object[]) |
Belirtilen günlük düzeyinde bir günlük iletisini biçimlendirip yazar. |
Log(ILogger, LogLevel, Exception, String, Object[]) |
Belirtilen günlük düzeyinde bir günlük iletisini biçimlendirip yazar. |
Log(ILogger, LogLevel, EventId, Exception, String, Object[]) |
Belirtilen günlük düzeyinde bir günlük iletisini biçimlendirip yazar. |
Log(ILogger, LogLevel, String, Object[])
Belirtilen günlük düzeyinde bir günlük iletisini biçimlendirip yazar.
public:
[System::Runtime::CompilerServices::Extension]
static void Log(Microsoft::Extensions::Logging::ILogger ^ logger, Microsoft::Extensions::Logging::LogLevel logLevel, System::String ^ message, ... cli::array <System::Object ^> ^ args);
public static void Log (this Microsoft.Extensions.Logging.ILogger logger, Microsoft.Extensions.Logging.LogLevel logLevel, string message, params object[] args);
public static void Log (this Microsoft.Extensions.Logging.ILogger logger, Microsoft.Extensions.Logging.LogLevel logLevel, string? message, params object?[] args);
static member Log : Microsoft.Extensions.Logging.ILogger * Microsoft.Extensions.Logging.LogLevel * string * obj[] -> unit
<Extension()>
Public Sub Log (logger As ILogger, logLevel As LogLevel, message As String, ParamArray args As Object())
Parametreler
- logLevel
- LogLevel
Girdi bu düzeyde yazılır.
- message
- String
Günlük iletisinin biçim dizesi.
- args
- Object[]
Biçimlendirilecek için sıfır veya daha fazla nesne içeren bir nesne dizisi.
Şunlara uygulanır
Log(ILogger, LogLevel, EventId, String, Object[])
Belirtilen günlük düzeyinde bir günlük iletisini biçimlendirip yazar.
public:
[System::Runtime::CompilerServices::Extension]
static void Log(Microsoft::Extensions::Logging::ILogger ^ logger, Microsoft::Extensions::Logging::LogLevel logLevel, Microsoft::Extensions::Logging::EventId eventId, System::String ^ message, ... cli::array <System::Object ^> ^ args);
public static void Log (this Microsoft.Extensions.Logging.ILogger logger, Microsoft.Extensions.Logging.LogLevel logLevel, Microsoft.Extensions.Logging.EventId eventId, string message, params object[] args);
public static void Log (this Microsoft.Extensions.Logging.ILogger logger, Microsoft.Extensions.Logging.LogLevel logLevel, Microsoft.Extensions.Logging.EventId eventId, string? message, params object?[] args);
static member Log : Microsoft.Extensions.Logging.ILogger * Microsoft.Extensions.Logging.LogLevel * Microsoft.Extensions.Logging.EventId * string * obj[] -> unit
<Extension()>
Public Sub Log (logger As ILogger, logLevel As LogLevel, eventId As EventId, message As String, ParamArray args As Object())
Parametreler
- logLevel
- LogLevel
Girdi bu düzeyde yazılır.
- eventId
- EventId
Günlükle ilişkili olay kimliği.
- message
- String
Günlük iletisinin biçim dizesi.
- args
- Object[]
Biçimlendirilecek için sıfır veya daha fazla nesne içeren bir nesne dizisi.
Şunlara uygulanır
Log(ILogger, LogLevel, Exception, String, Object[])
Belirtilen günlük düzeyinde bir günlük iletisini biçimlendirip yazar.
public:
[System::Runtime::CompilerServices::Extension]
static void Log(Microsoft::Extensions::Logging::ILogger ^ logger, Microsoft::Extensions::Logging::LogLevel logLevel, Exception ^ exception, System::String ^ message, ... cli::array <System::Object ^> ^ args);
public static void Log (this Microsoft.Extensions.Logging.ILogger logger, Microsoft.Extensions.Logging.LogLevel logLevel, Exception exception, string message, params object[] args);
public static void Log (this Microsoft.Extensions.Logging.ILogger logger, Microsoft.Extensions.Logging.LogLevel logLevel, Exception? exception, string? message, params object?[] args);
static member Log : Microsoft.Extensions.Logging.ILogger * Microsoft.Extensions.Logging.LogLevel * Exception * string * obj[] -> unit
<Extension()>
Public Sub Log (logger As ILogger, logLevel As LogLevel, exception As Exception, message As String, ParamArray args As Object())
Parametreler
- logLevel
- LogLevel
Girdi bu düzeyde yazılır.
- exception
- Exception
Günlüğe kaydetme özel durumu.
- message
- String
Günlük iletisinin biçim dizesi.
- args
- Object[]
Biçimlendirilecek için sıfır veya daha fazla nesne içeren bir nesne dizisi.
Şunlara uygulanır
Log(ILogger, LogLevel, EventId, Exception, String, Object[])
Belirtilen günlük düzeyinde bir günlük iletisini biçimlendirip yazar.
public:
[System::Runtime::CompilerServices::Extension]
static void Log(Microsoft::Extensions::Logging::ILogger ^ logger, Microsoft::Extensions::Logging::LogLevel logLevel, Microsoft::Extensions::Logging::EventId eventId, Exception ^ exception, System::String ^ message, ... cli::array <System::Object ^> ^ args);
public static void Log (this Microsoft.Extensions.Logging.ILogger logger, Microsoft.Extensions.Logging.LogLevel logLevel, Microsoft.Extensions.Logging.EventId eventId, Exception exception, string message, params object[] args);
public static void Log (this Microsoft.Extensions.Logging.ILogger logger, Microsoft.Extensions.Logging.LogLevel logLevel, Microsoft.Extensions.Logging.EventId eventId, Exception? exception, string? message, params object?[] args);
static member Log : Microsoft.Extensions.Logging.ILogger * Microsoft.Extensions.Logging.LogLevel * Microsoft.Extensions.Logging.EventId * Exception * string * obj[] -> unit
<Extension()>
Public Sub Log (logger As ILogger, logLevel As LogLevel, eventId As EventId, exception As Exception, message As String, ParamArray args As Object())
Parametreler
- logLevel
- LogLevel
Girdi bu düzeyde yazılır.
- eventId
- EventId
Günlükle ilişkili olay kimliği.
- exception
- Exception
Günlüğe kaydetme özel durumu.
- message
- String
Günlük iletisinin biçim dizesi.
- args
- Object[]
Biçimlendirilecek için sıfır veya daha fazla nesne içeren bir nesne dizisi.