<?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>A new TraceListener in Orcas: EventSchemaTraceListener [Inbar Gazit]</title><link>http://blogs.msdn.com/bclteam/archive/2007/03/09/a-new-tracelistener-in-orcas-eventschematracelistener-inbar-gazit.aspx</link><description>TraceListener is an abstract class representing a listener object that is used to log event that a TraceSource is producing. In .NET 2.0 we have a few existing implementations such as ConsoleTraceListener for logging events to the standard console and</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: A new TraceListener in Orcas: EventSchemaTraceListener [Inbar Gazit]</title><link>http://blogs.msdn.com/bclteam/archive/2007/03/09/a-new-tracelistener-in-orcas-eventschematracelistener-inbar-gazit.aspx#1850202</link><pubDate>Sat, 10 Mar 2007 07:01:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1850202</guid><dc:creator>Bruce</dc:creator><description>&lt;p&gt;If you're using orcas, can't you just say:&lt;/p&gt;
&lt;p&gt;var myTraceSource = new System.Diagnostics.TraceSource(&amp;quot;MyTraceSource&amp;quot;);&lt;/p&gt;
</description></item><item><title>re: A new TraceListener in Orcas: EventSchemaTraceListener [Inbar Gazit]</title><link>http://blogs.msdn.com/bclteam/archive/2007/03/09/a-new-tracelistener-in-orcas-eventschematracelistener-inbar-gazit.aspx#1851623</link><pubDate>Sat, 10 Mar 2007 13:18:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1851623</guid><dc:creator>DanielMoth</dc:creator><description>&lt;p&gt;Bruce, just because you *can* doesn't mean that you *should* and it certainly doesn't mean that you *must* use local type inference :)&lt;/p&gt;
</description></item><item><title>re: A new TraceListener in Orcas: EventSchemaTraceListener [Inbar Gazit]</title><link>http://blogs.msdn.com/bclteam/archive/2007/03/09/a-new-tracelistener-in-orcas-eventschematracelistener-inbar-gazit.aspx#1867352</link><pubDate>Mon, 12 Mar 2007 23:22:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1867352</guid><dc:creator>alikl</dc:creator><description>&lt;p&gt;Very, Very nice feature!!&lt;/p&gt;
&lt;p&gt;I gives customers to build systmes and then define what to audit no matter what dictates it - perf issues, debugging, or compliance like SOX, PCI, and others. i am taking it too far :)?&lt;/p&gt;
</description></item><item><title>re: A new TraceListener in Orcas: EventSchemaTraceListener [Inbar Gazit]</title><link>http://blogs.msdn.com/bclteam/archive/2007/03/09/a-new-tracelistener-in-orcas-eventschematracelistener-inbar-gazit.aspx#1868262</link><pubDate>Tue, 13 Mar 2007 02:21:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1868262</guid><dc:creator>renaud</dc:creator><description>&lt;p&gt;Could you please elaborate on where/how the schema for the events is specified? Also what happens if an event does not match the schema?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
</description></item><item><title>re: A new TraceListener in Orcas: EventSchemaTraceListener [Inbar Gazit]</title><link>http://blogs.msdn.com/bclteam/archive/2007/03/09/a-new-tracelistener-in-orcas-eventschematracelistener-inbar-gazit.aspx#1874232</link><pubDate>Tue, 13 Mar 2007 20:03:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1874232</guid><dc:creator>Inbar Gazit</dc:creator><description>&lt;p&gt;The schema for the listener is specified in a validation file - event.xsd (this is a schema file) &amp;nbsp;that describes the different elements of the event that the listener will listen to. . The XSD is available from the Vista Platform SDK available here: &lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C2B1E300-F358-4523-B479-F53D234CDCCF&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=C2B1E300-F358-4523-B479-F53D234CDCCF&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There shouldn't be any issue if the event mismatches the schema, unless validation is actually run on the resultant output. Tools that may be relying on certain elements in the schema will naturally not run if those elements are not present. &lt;/p&gt;
</description></item><item><title>Watch out: DebugView (OutputDebugString) &amp; Performance</title><link>http://blogs.msdn.com/bclteam/archive/2007/03/09/a-new-tracelistener-in-orcas-eventschematracelistener-inbar-gazit.aspx#2020997</link><pubDate>Tue, 03 Apr 2007 23:58:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2020997</guid><dc:creator>Darren Jefford</dc:creator><description>&lt;p&gt;For developer level tracing the tracing classes held within the System.Diagnostics namespace are often&lt;/p&gt;
</description></item><item><title>.NET Framework 3.5 Now Available! [Justin Van Patten]</title><link>http://blogs.msdn.com/bclteam/archive/2007/03/09/a-new-tracelistener-in-orcas-eventschematracelistener-inbar-gazit.aspx#6415474</link><pubDate>Tue, 20 Nov 2007 03:48:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6415474</guid><dc:creator>BCL Team Blog</dc:creator><description>&lt;p&gt;.NET Framework 3.5 and Visual Studio 2008 have officially shipped! Soma has the announcement on his blog&lt;/p&gt;
</description></item></channel></rss>