<?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>logview4net &#187; Configure</title>
	<atom:link href="http://logview4net.com/tag/configure/feed/" rel="self" type="application/rss+xml" />
	<link>http://logview4net.com</link>
	<description>a log viewer for multiple sources</description>
	<lastBuildDate>Thu, 17 May 2012 05:16:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Configure Viewer</title>
		<link>http://logview4net.com/configure-viewer/</link>
		<comments>http://logview4net.com/configure-viewer/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 11:42:16 +0000</pubDate>
		<dc:creator>Johan Idstam</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[Viewer]]></category>

		<guid isPermaLink="false">http://logview4net.com/?p=24</guid>
		<description><![CDATA[This is where all new log events are showed. You can change font and colors. Each viewer is associated with a set of actions. &#8216;Buffer&#8217; set how many characters that are stored in the viewer. Old events are purged to make place for new ones once this number is reached.]]></description>
			<content:encoded><![CDATA[<div><a href="http://jsisoft.com/images/logview4net/TextViewerConfigurator.jpg"><img class="alignnone" src="http://jsisoft.com/images/logview4net/TextViewerConfigurator.jpg" alt="" width="470" height="78" /></a></div>
<p>This is where all new log events are showed. You can change font and colors. Each viewer is associated with a set of actions. &#8216;Buffer&#8217; set how many characters that are stored in the viewer. Old events are purged to make place for new ones once this number is  reached.</p>
]]></content:encoded>
			<wfw:commentRss>http://logview4net.com/configure-viewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Command-line</title>
		<link>http://logview4net.com/configure-command-line/</link>
		<comments>http://logview4net.com/configure-command-line/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 11:40:59 +0000</pubDate>
		<dc:creator>Johan Idstam</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[Configure]]></category>

		<guid isPermaLink="false">http://logview4net.com/?p=30</guid>
		<description><![CDATA[You can put any amount (within reason) of filenames on the command-line when starting the application. If there are filenames on the commandline all listeners in the default session will be removed and new ones will be created as described below. A file name with the .l4n extension will remove the default session and start a new [...]]]></description>
			<content:encoded><![CDATA[<p>You can put any amount (within reason)  of filenames on the command-line when starting the application. If there  are filenames on the commandline all listeners in the default session  will be removed and new ones will be created as described below.</p>
<ul>
<li>A file name with the .l4n extension  will remove the <a href="http://logview4net.com/default-configuration">default  session</a> and start a new according to the settings in the file. The  configuration window will not be shown on startup. Make sure this is the  first argument on the command line if you intend to add more arguments.</li>
<li>A folder name will create a <a href="http://logview4net.com/folder-listener">folder listener</a> for  that folder.</li>
<li>A file name with the .exe extension will start the application with  a predefined <a href="ttp://logview4net.com/stdout-stderr-listener">StdOut listener</a>.</li>
<li>Any other file name will create a <a href="http://logview4net.com/file-listener">file listener</a> for  that file.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://logview4net.com/configure-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Actions</title>
		<link>http://logview4net.com/configure-actions/</link>
		<comments>http://logview4net.com/configure-actions/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 10:15:45 +0000</pubDate>
		<dc:creator>Johan Idstam</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Action]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[Highlight]]></category>
		<category><![CDATA[Ignore]]></category>
		<category><![CDATA[Popup]]></category>

		<guid isPermaLink="false">http://logview4net.com/?p=26</guid>
		<description><![CDATA[Actions are instructions to the viewer how it should react to different events. When an event is received by the viewer it looks through the associated actions from the top and applies the first matching action. An action is concidered a match when its pattern matches one or more words in the log event. Pattern: [...]]]></description>
			<content:encoded><![CDATA[<div><a href="http://jsisoft.com/images/logview4net/Actions.jpg"><img class="alignnone" src="http://jsisoft.com/images/logview4net/Actions.jpg" alt="" width="424" height="189" /></a></div>
<p>Actions are instructions to the viewer how it should react to  different events. When an event is received by the viewer it looks through the associated  actions from the top and applies the first matching action. An action is concidered a match when its pattern matches one or more  words in the log event.</p>
<ul>
<li>Pattern: A string to match against the text of an event</li>
<li>Action type: What to do when an event matches the pattern.</li>
<li>Color: The fore color to use for the hightlight action.</li>
<li>Delete: Press the Delete button corresponding to an actions you want to remove  from the current session.</li>
<li>Add: Adds an action to the current session.</li>
</ul>
<h4>Highlight</h4>
<p>Enables coloring of an event. </p>
<h4>Ignore</h4>
<p>Makes the event not to appear in the  viewer.</p>
<h4>Popup</h4>
<p>Pops up a messagebox with the event  data.</p>
<h4>Highlight match</h4>
<p>Enables coloring of the matched  content inside the event.</p>
<h4>Start ignore</h4>
<p>Tells the viewer to start ignoring  all events until it receives an End Ignore action.</p>
<h4>End ignore</h4>
<p>Tells the viewer to start showing  events again after ignoring them. The events are not counted so one End  will terminate the ignoring even if there has been five Start actions.</p>
]]></content:encoded>
			<wfw:commentRss>http://logview4net.com/configure-actions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Configure Overview</title>
		<link>http://logview4net.com/configure-overview/</link>
		<comments>http://logview4net.com/configure-overview/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 10:11:40 +0000</pubDate>
		<dc:creator>Johan Idstam</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[Overview]]></category>

		<guid isPermaLink="false">http://logview4net.com/?p=12</guid>
		<description><![CDATA[This is where you configure a log session. Session title: This is the window title of the session. Listeners: Choose what kind of log listener you want to use in the drop down list and click &#8216;Add&#8217;. You will be presented with the relevant options for the selected type of listener. You can add as [...]]]></description>
			<content:encoded><![CDATA[<div><a href="http://jsisoft.com/images/logview4net/ConfigureLogSession.jpg"><img class="alignnone" src="http://jsisoft.com/images/logview4net/ConfigureLogSession.jpg" alt="" width="486" height="241" /></a> </div>
<p>This is where you configure a log session.</p>
<ul>
<li>Session title: This is the window title of the session.</li>
<li><a href="http://logview4net.com/listeners">Listeners:</a> Choose what kind of log listener you want to use in the drop down list  and click &#8216;Add&#8217;. You will be presented with the relevant options for the  selected type of listener. You can add as many listeners to one session as you want as long as they  are not in conflict with each other. This will for example happen if  you try to add two UDP Listeners that listen on the same port.</li>
<li><a href="http://logview4net.com/configure-viewer">Viewer:</a> This is where you configure the viewer.</li>
<li>Load: Cick here to load a saved log session configuration.</li>
<li>Save: Click here to save the current log session configuration. If you save it as DefaultSession.xml in the application folder it will  be loaded when starting the application.</li>
<li>OK: Click here to start the session.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://logview4net.com/configure-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

