![]() | Logger.Log Method |
Name | Description | |
---|---|---|
![]() | Log(LogEventInfo) |
Writes the specified diagnostic message.
|
![]() | Log(LogLevel, LogMessageGenerator) |
Writes the diagnostic message at the specified level.
|
![]() | Log(LogLevel, String) |
Writes the diagnostic message at the specified level.
|
![]() | Log<T>(LogLevel, T) |
Writes the diagnostic message at the specified level.
|
![]() | Log(Type, LogEventInfo) |
Writes the specified diagnostic message.
|
![]() | Log(LogLevel, String,Object[]) |
Writes the diagnostic message at the specified level using the specified parameters.
|
![]() | Log<T>(LogLevel, IFormatProvider, T) |
Writes the diagnostic message at the specified level.
|
![]() | Log<TArgument>(LogLevel, String, TArgument) |
Writes the diagnostic message at the specified level using the specified parameter.
|
![]() | Log(LogLevel, Exception, String,Object[]) |
Writes the diagnostic message and exception at the specified level.
|
![]() | Log(LogLevel, IFormatProvider, String,Object[]) |
Writes the diagnostic message at the specified level using the specified parameters and formatting them with the supplied format provider.
|
![]() | Log<TArgument>(LogLevel, IFormatProvider, String, TArgument) |
Writes the diagnostic message at the specified level using the specified parameter and formatting it with the supplied format provider.
|
![]() | Log<TArgument1, TArgument2>(LogLevel, String, TArgument1, TArgument2) |
Writes the diagnostic message at the specified level using the specified parameters.
|
![]() | Log(LogLevel, Exception, IFormatProvider, String,Object[]) |
Writes the diagnostic message and exception at the specified level.
|
![]() | Log<TArgument1, TArgument2>(LogLevel, IFormatProvider, String, TArgument1, TArgument2) |
Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
|
![]() | Log<TArgument1, TArgument2, TArgument3>(LogLevel, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the specified level using the specified parameters.
|
![]() | Log<TArgument1, TArgument2, TArgument3>(LogLevel, IFormatProvider, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
|