<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Gurock Software Support Forum - Console filter]]></title>
	<link rel="self" href="http://forum.gurock.com/feed/atom/topic/274/"/>
	<updated>2009-09-09T17:44:15Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.gurock.com/topic/274/console-filter/</id>
		<entry>
			<title type="html"><![CDATA[Re: Console filter]]></title>
			<link rel="alternate" href="http://forum.gurock.com/post/822/#p822"/>
			<content type="html"><![CDATA[<p>Hello Lothar,</p><p>Log levels are a library-side feature only and there&#039;s currently no filter in the Console for this. The feature is already on our (long) TODO list but in the mean time, you could emulate this behavior by using the LogDebug and LogWarning methods and then filter for the log entry types (see the Log Entries tab when editing a view):</p><div class="codebox"><pre><code>SiAuto.Main.LogDebug(&quot;Example = &quot; + 20);
SiAuto.Main.LogWarning(&quot;Example = &quot; + 20);</code></pre></div><p>Regards,<br />Tobias</p>]]></content>
			<author>
				<name><![CDATA[tgurock]]></name>
				<uri>http://forum.gurock.com/user/4/</uri>
			</author>
			<updated>2009-09-09T17:44:15Z</updated>
			<id>http://forum.gurock.com/post/822/#p822</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Console filter]]></title>
			<link rel="alternate" href="http://forum.gurock.com/post/820/#p820"/>
			<content type="html"><![CDATA[<p>Hi all</p><p>Is it possible to filter the view from the Level enum used to send a message?</p><p>If i send something like <br /><em>SiAuto.Main.LogInt(Level.Debug, &quot;Example&quot;, 20) </em></p><p>I don&#039;t find a filter to differ this from the following entry<br /><em>SiAuto.Main.LogInt(Level.Warning, &quot;Example&quot;, 20)</em></p><p>I use the 3.2.2 Version.</p><p>Lothar</p>]]></content>
			<author>
				<name><![CDATA[Lothar]]></name>
				<uri>http://forum.gurock.com/user/17/</uri>
			</author>
			<updated>2009-09-09T11:19:33Z</updated>
			<id>http://forum.gurock.com/post/820/#p820</id>
		</entry>
</feed>

