<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebSpy Blog&#187; tracing &#8211; WebSpy Blog</title>
	<atom:link href="http://www.webspy.com.au/blogs/index.php/tag/tracing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webspy.com.au/blogs</link>
	<description>For when WebSpyrians have something to say.</description>
	<lastBuildDate>Fri, 09 Dec 2011 01:18:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Diagnostic Tracing in Vantage</title>
		<link>http://www.webspy.com.au/blogs/index.php/diagnostic-tracing-in-vantage/</link>
		<comments>http://www.webspy.com.au/blogs/index.php/diagnostic-tracing-in-vantage/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 07:18:46 +0000</pubDate>
		<dc:creator>Luke Arnold</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Vantage]]></category>
		<category><![CDATA[WebSpy]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[diagnostic]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[logs]]></category>
		<category><![CDATA[tracing]]></category>

		<guid isPermaLink="false">http://www.webspy.com.au/blogs/?p=152</guid>
		<description><![CDATA[Diagnostic Tracing is a way to find out the details of what Vantage does when performing a variety of actions such as importing logs, generating a report, and so on. Sometimes an error may occur during these actions, and the error presented to the user can often be cryptic and meaningless. Tracing shows the steps that led up to an error, and shows far more detail about the error itself that the dialog presented to the user.]]></description>
			<content:encoded><![CDATA[<p>Diagnostic Tracing is a way to find out the details of what Vantage does when performing a variety of actions such as importing logs, generating a report, and so on. Sometimes an error may occur during these actions, and the error presented to the user can often be cryptic and meaningless. Tracing shows the steps that led up to an error, and shows more detail about the error itself than the dialog presented to the user.<br />
<span id="more-152"></span><br />
To enable tracing in Vantage, create the file &#8220;WebSpy.Vantage.exe.config&#8221; alongside the Vantage executable (usually found in C:\Program Files\WebSpy\Vantage (edition) (version)\) with the following contents;</p>
<pre style="padding-left: 30px;">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;configuration&gt;
	&lt;appSettings&gt;
		&lt;add key="synopsisCallStack" value="true" /&gt;
		&lt;add key="traceLog" value="true" /&gt;
	&lt;/appSettings&gt;
	&lt;system.diagnostics&gt;
		&lt;switches&gt;
			&lt;add name="LogOutput" value="4" /&gt;
		&lt;/switches&gt;
	&lt;/system.diagnostics&gt;
&lt;/configuration&gt;</pre>
<p>After creating the file, restart Vantage. A trace log will be created in your local application data folder;</p>
<p><em> XP; C:\Documents and Settings\%username%\Local Settings\Application Data\WebSpy\Vantage (edition)\(build)\trace.log </em></p>
<p><em> Vista; C:\Users\%username%\AppData\Local\WebSpy\Vantage (edition)\(build)\trace.log</em></p>
<p>The trace log shows the list of steps performed, and the details of any errors encountered. This information is useful to WebSpy when diagnosing errors reported by users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webspy.com.au/blogs/index.php/diagnostic-tracing-in-vantage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

