[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:
NLogAssembly: NLog (in NLog.dll) Version: 2.0.0.0
Syntax
| C# |
|---|
public void Trace( string message, float argument ) |
| Visual Basic (Declaration) |
|---|
Public Sub Trace ( _ message As String, _ argument As Single _ ) |
| Visual C++ |
|---|
public: void Trace( String^ message, float argument ) |
Parameters
- message
- Type: System..::.String
A string containing one format item.
- argument
- Type: System..::.Single
The argument to format.
