[This is preliminary documentation and is subject to change.]
Writes the diagnostic message at the Trace level.
Namespace:
NLogAssembly: NLog (in NLog.dll) Version: 2.0.0.0
Syntax
| C# |
|---|
public void Trace( Object obj ) |
| Visual Basic (Declaration) |
|---|
Public Sub Trace ( _ obj As Object _ ) |
| Visual C++ |
|---|
public: void Trace( Object^ obj ) |
Parameters
- obj
- Type: System..::.Object
A object to be written.
