![]() | ILoggerTrace Method |
Name | Description | |
---|---|---|
![]() | Trace(LogMessageGenerator) |
Writes the diagnostic message at the Trace level.
|
![]() | Trace(String) |
Writes the diagnostic message at the Trace level.
|
![]() | TraceT(T) |
Writes the diagnostic message at the Trace level.
|
![]() | Trace(Exception, String) |
Writes the diagnostic message and exception at the Trace level.
|
![]() | TraceT(IFormatProvider, T) |
Writes the diagnostic message at the Trace level.
|
![]() | Trace(String, Object) |
Writes the diagnostic message at the Trace level using the specified parameters.
|
![]() | TraceTArgument(String, TArgument) |
Writes the diagnostic message at the Trace level using the specified parameter.
|
![]() | Trace(Exception, String, Object) |
Writes the diagnostic message and exception at the Trace level.
|
![]() | Trace(IFormatProvider, String, Object) |
Writes the diagnostic message at the Trace level using the specified parameters and formatting them with the supplied format provider.
|
![]() | TraceTArgument(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Trace level using the specified parameter and formatting it with the supplied format provider.
|
![]() | TraceTArgument1, TArgument2(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Trace level using the specified parameters.
|
![]() | Trace(Exception, IFormatProvider, String, Object) |
Writes the diagnostic message and exception at the Trace level.
|
![]() | TraceTArgument1, TArgument2(IFormatProvider, String, TArgument1, TArgument2) |
Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
|
![]() | TraceTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Trace level using the specified parameters.
|
![]() | TraceTArgument1, TArgument2, TArgument3(IFormatProvider, String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
|