[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( string message ) |
| Visual Basic (Declaration) |
|---|
Public Sub Trace ( _ message As String _ ) |
| Visual C++ |
|---|
public: void Trace( String^ message ) |
Parameters
- message
- Type: System..::.String
Log message.
