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

Writes the diagnostic message at the Trace level.

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

Syntax

C#
public void Trace<T>(
	T value
)
Visual Basic (Declaration)
Public Sub Trace(Of T) ( _
	value As T _
)
Visual C++
public:
generic<typename T>
void Trace(
	T value
)

Parameters

value
Type: T
The value to be written.

Type Parameters

T
Type of the value.

See Also