Click or drag to resize
TraceHelperWriteLineIf Method
Overload List
  NameDescription
Public methodStatic memberWriteLineIf(Boolean, Object)
Writes the value with no category specified to the trace output with a newline, if condition is true.
Public methodStatic memberWriteLineIf(Boolean, String)
Writes the message with no category specified to the trace output with a newline, if condition is true.
Public methodStatic memberWriteLineIf(Boolean, Object, String)
Writes the value with the remark of the category specified to the trace output with a newline, if condition is true.
Public methodStatic memberWriteLineIf(Boolean, String, String)
Writes the message with the remark of the category specified to the trace output with a newline, if condition is true.
Public methodStatic memberWriteLineIf(Boolean, String, String, Object)
Writes the message with the remark of the category specified to the trace output with a newline, if condition is true. Will not format the message if the condition is false.
Top
See Also