Click or drag to resize

ILoggerExtensionsConditionalTrace Method

Writes the diagnostic message at the Debug level using the specified format provider and format parameters.
Overload List
  NameDescription
Public methodStatic memberConditionalTrace(ILogger, LogMessageGenerator)
Writes the diagnostic message at the Debug level. Only executed when the DEBUG conditional compilation symbol is set.
Public methodStatic memberConditionalTrace(ILogger, String)
Writes the diagnostic message at the Debug level. Only executed when the DEBUG conditional compilation symbol is set.
Public methodStatic memberConditionalTraceT(ILogger, T)
Writes the diagnostic message at the Debug level. Only executed when the DEBUG conditional compilation symbol is set.
Public methodStatic memberConditionalTrace(ILogger, String, Object)
Writes the diagnostic message at the Debug level using the specified parameters. Only executed when the DEBUG conditional compilation symbol is set.
Public methodStatic memberConditionalTraceT(ILogger, IFormatProvider, T)
Writes the diagnostic message at the Debug level. Only executed when the DEBUG conditional compilation symbol is set.
Public methodStatic memberConditionalTraceTArgument(ILogger, String, TArgument)
Writes the diagnostic message at the Debug level using the specified parameter. Only executed when the DEBUG conditional compilation symbol is set.
Public methodStatic memberConditionalTrace(ILogger, Exception, String, Object)
Writes the diagnostic message and exception at the Debug level. Only executed when the DEBUG conditional compilation symbol is set.
Public methodStatic memberConditionalTrace(ILogger, IFormatProvider, String, Object)
Writes the diagnostic message at the Debug level using the specified parameters. Only executed when the DEBUG conditional compilation symbol is set.
Public methodStatic memberConditionalTraceTArgument1, TArgument2(ILogger, String, TArgument1, TArgument2)
Writes the diagnostic message at the Debug level using the specified parameters. Only executed when the DEBUG conditional compilation symbol is set.
Public methodStatic memberConditionalTrace(ILogger, Exception, IFormatProvider, String, Object)
Writes the diagnostic message and exception at the Debug level. Only executed when the DEBUG conditional compilation symbol is set.
Public methodStatic memberConditionalTraceTArgument1, TArgument2, TArgument3(ILogger, String, TArgument1, TArgument2, TArgument3)
Writes the diagnostic message at the Debug level using the specified parameters. Only executed when the DEBUG conditional compilation symbol is set.
Top
See Also