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