<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Watch out: DebugView (OutputDebugString) &amp; Performance</title><link>http://blogs.msdn.com/b/darrenj/archive/2007/04/03/watch-out-debugview-outputdebugstring-performance.aspx</link><description>For developer level tracing the tracing classes held within the System.Diagnostics namespace are often used along with the Windows Sysinternals DebugView tool. Tracing events are written to OutputDebugString via the DefaultTraceListener trace listener</description><dc:language>en-GB</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Watch out: DebugView (OutputDebugString) &amp; Performance</title><link>http://blogs.msdn.com/b/darrenj/archive/2007/04/03/watch-out-debugview-outputdebugstring-performance.aspx#2301901</link><pubDate>Fri, 27 Apr 2007 21:40:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2301901</guid><dc:creator>Terry Carvin</dc:creator><description>&lt;P&gt;We are using this heavily at the moment and in fact we are guilty of using it on production. However we are integrating the use of the Enterprise framework so that we have fine grained control the amount and type and application area we wish to output. I have combined this with a custom trace listener that improves on the standard database listener to log output to a single SQL server table. I'm thinking we may be able to integrate ETW here, or is it worth waiting for Enterprise Framework 3.0. I haven't seen anything about ETW in 3.0, maybe i could create an ETW implementation. Is it worth the effort or is this premature optimisation.&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2301901" width="1" height="1"&gt;</description></item></channel></rss>