Symphony Framework
Write(String,Boolean) Method
Symphony.Core Namespace > DebugView Class > Write Method : Write(String,Boolean) Method
Pass the string to display to the debug output window.
If true debug output will be performed regardless of the setting of SYMPHONY_DEBUG_DEBUG_VIEW.
Write a line of debug information to the debug output window.
Syntax
public static void Write( 
   string debugString,
   bool doAlways
)

Parameters

debugString
Pass the string to display to the debug output window.
doAlways
If true debug output will be performed regardless of the setting of SYMPHONY_DEBUG_DEBUG_VIEW.
Remarks
Writes out the passed string to the standard debug output window. This method ignores the SYMPHONY_DEBUG_DEBUG_VIEW setting.
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