![]() | LoggerLog 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.
|
![]() | LogT(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.
|
![]() | LogT(LogLevel, IFormatProvider, T) |
Writes the diagnostic message at the specified level.
|
![]() | LogTArgument(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.
|
![]() | LogTArgument(LogLevel, IFormatProvider, String, TArgument) |
Writes the diagnostic message at the specified level using the specified parameter and formatting it with the supplied format provider.
|
![]() | LogTArgument1, 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.
|
![]() | LogTArgument1, 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.
|
![]() | LogTArgument1, TArgument2, TArgument3(LogLevel, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the specified level using the specified parameters.
|
![]() | LogTArgument1, 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.
|