[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( IFormatProvider formatProvider, Object obj ) |
| Visual Basic (Declaration) |
|---|
Public Sub Trace ( _ formatProvider As IFormatProvider, _ obj As Object _ ) |
| Visual C++ |
|---|
public: void Trace( IFormatProvider^ formatProvider, Object^ obj ) |
Parameters
- formatProvider
- Type: System..::.IFormatProvider
An IFormatProvider that supplies culture-specific formatting information.
- obj
- Type: System..::.Object
A object to be written.
