log4net SDK Reference

OutputDebugStringAppender.OutputDebugString Method 

Stub for OutputDebugString native method

[Visual Basic]
Protected Shared Sub OutputDebugString( _
   ByVal message As String _
)
[C#]
protected static void OutputDebugString(
   string message
);

Parameters

message
the string to output

Remarks

Stub for OutputDebugString native method

See Also

OutputDebugStringAppender Class | log4net.Appender Namespace