In The Hand LtdIn The Hand
WriteLineIf Method (condition, message, category)
NamespacesInTheHand.DiagnosticsTraceHelperWriteLineIf(Boolean, String, String)
.NET Components for Mobility
Writes a category name and message to the trace listeners in the Listeners collection if a condition is true.
Declaration Syntax
C#Visual Basic
public static void WriteLineIf(
	bool condition,
	string message,
	string category
)
Public Shared Sub WriteLineIf ( _
	condition As Boolean, _
	message As String, _
	category As String _
)
Parameters
condition (Boolean)
true to cause a message to be written; otherwise, false.
message (String)
A message to write.
category (String)
A category name used to organize the output.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0