[This is preliminary documentation and is subject to change.]

Writes the diagnostic message at the Warn level.

Namespace:  NLog.ComInterop
Assembly:  NLog (in NLog.dll) Version: 2.0.0.0

Syntax

C#
void Warn(
	string message
)
Visual Basic (Declaration)
Sub Warn ( _
	message As String _
)
Visual C++
void Warn(
	String^ message
)

Parameters

message
Type: System..::.String
A string to be written.

See Also