![]() | ILoggerError Method |
Name | Description | |
---|---|---|
![]() | Error(Object) |
Writes the diagnostic message at the Error level.
|
![]() | Error(String) |
Writes the diagnostic message at the Error level.
|
![]() | ErrorT(T) |
Writes the diagnostic message at the Error level.
|
![]() | Error(LogMessageGenerator) |
Writes the diagnostic message at the Error level.
|
![]() | Error(IFormatProvider, Object) |
Writes the diagnostic message at the Error level.
|
![]() | ErrorT(IFormatProvider, T) |
Writes the diagnostic message at the Error level.
|
![]() | Error(String, Boolean) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Byte) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Char) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Decimal) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Double) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Exception) | Obsolete.
Writes the diagnostic message and exception at the Error level.
|
![]() | Error(String, Int32) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Int64) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Object) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Object) |
Writes the diagnostic message at the Error level using the specified parameters.
|
![]() | Error(String, SByte) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, Single) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, String) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, UInt32) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | Error(String, UInt64) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
|
![]() | ErrorTArgument(String, TArgument) |
Writes the diagnostic message at the Error level using the specified parameter.
|
![]() | Error(Exception, String, Object) |
Writes the diagnostic message and exception at the Error level.
|
![]() | Error(IFormatProvider, String, Boolean) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Byte) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Char) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Decimal) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Double) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Int32) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Int64) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Object) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Object) |
Writes the diagnostic message at the Error level using the specified parameters and formatting them with the supplied format provider.
|
![]() | Error(IFormatProvider, String, SByte) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, Single) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, String) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, UInt32) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | Error(IFormatProvider, String, UInt64) |
Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
|
![]() | ErrorTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Error level using the specified parameter and formatting it with the supplied format provider.
|
![]() | Error(String, Object, Object) |
Writes the diagnostic message at the Error level using the specified parameters.
|
![]() | ErrorTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Error level using the specified parameters.
|
![]() | Error(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Error level.
|
![]() | ErrorTArgument1, TArgument2(IFormatProvider, String, TArgument1, TArgument2) |
Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
|
![]() | Error(String, Object, Object, Object) |
Writes the diagnostic message at the Error level using the specified parameters.
|
![]() | ErrorTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Error level using the specified parameters.
|
![]() | ErrorTArgument1, TArgument2, TArgument3(IFormatProvider, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
|