Symphony Framework
Write(String) Method
Symphony.Core Namespace > DebugView Class > Write Method : Write(String) Method
Pass the string to display to the debug output window.
Write a line of debug information to the debug output window.
Syntax
public static void Write( 
   string debugString
)

Parameters

debugString
Pass the string to display to the debug output window.
Remarks
Writes out the passed string to the standard debug output window. The information is only written to the debug output window if the envirnment variable SYMPHONY_DEBUG_VIEW is set to a value of "1".
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DebugView Class
DebugView Members
Overload List