[This is preliminary documentation and is subject to change.]

Writes the diagnostic message at the Trace level using the specified value as a parameter.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 2.0.0.0

Syntax

C#
public void Trace(
	string message,
	bool argument
)
Visual Basic (Declaration)
Public Sub Trace ( _
	message As String, _
	argument As Boolean _
)
Visual C++
public:
void Trace(
	String^ message, 
	bool argument
)

Parameters

message
Type: System..::.String
A string containing one format item.
argument
Type: System..::.Boolean
The argument to format.

See Also