<?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>Joys of Programming &#187; Data logger</title>
	<atom:link href="http://joysofprogramming.com/tag/data-logger/feed/" rel="self" type="application/rss+xml" />
	<link>http://joysofprogramming.com</link>
	<description>Programming made simpler, easier and Joyful experience</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:11:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to direct logs to multiple log files (destinations) &#8211; log4cpp</title>
		<link>http://joysofprogramming.com/multiple-log-files-destinations/</link>
		<comments>http://joysofprogramming.com/multiple-log-files-destinations/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 14:23:54 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[addAppender]]></category>
		<category><![CDATA[Data logger]]></category>
		<category><![CDATA[Log Analysis]]></category>
		<category><![CDATA[log files]]></category>
		<category><![CDATA[log4cpp]]></category>
		<category><![CDATA[log4cpp category]]></category>
		<category><![CDATA[log4cpp examples]]></category>
		<category><![CDATA[log4cpp programming]]></category>
		<category><![CDATA[log4cpp tutorial]]></category>
		<category><![CDATA[log4cpp::Category]]></category>
		<category><![CDATA[multiple log files]]></category>
		<category><![CDATA[setAdditivity]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=316</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=316&c=840783254' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=316&c=840783254' border='0' alt='' /></a></p><br />log4cpp can not only be used to log the events to a log file or standard output, but also helps you to log events to multiple destinations. For this purpose, either you can add multiple appenders to a single category or make use of multiple Categories. We will explore the first options. With this option, [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=316&c=864100868' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=316&c=864100868' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/multiple-log-files-destinations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Important Steps for Log4cpp Programming</title>
		<link>http://joysofprogramming.com/steps-log4cpp-programming/</link>
		<comments>http://joysofprogramming.com/steps-log4cpp-programming/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 14:18:48 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Data logger]]></category>
		<category><![CDATA[log4cpp]]></category>
		<category><![CDATA[log4cpp appender]]></category>
		<category><![CDATA[log4cpp category]]></category>
		<category><![CDATA[log4cpp layout]]></category>
		<category><![CDATA[log4cpp programming]]></category>
		<category><![CDATA[log4cpp tutorial]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=292</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=292&c=398697786' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=292&c=398697786' border='0' alt='' /></a></p><br />When you start working with log4cpp, you need to take care of the following steps Initializing an Appender Deciding on the Layout Finalize on the Category Let&#8217;s see what each of these mean. Appender: Appender in log4cpp corresponds to the destination of logs. A suitable appender is initialized based on your requirements. The destination of [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=292&c=694582186' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=292&c=694582186' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/steps-log4cpp-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Log4cpp::StringQueueAppender &#8211; Manipulating the log4cpp logs</title>
		<link>http://joysofprogramming.com/log4cpp-stringqueueappender/</link>
		<comments>http://joysofprogramming.com/log4cpp-stringqueueappender/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 14:07:35 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Data logger]]></category>
		<category><![CDATA[FIFO]]></category>
		<category><![CDATA[log analytics]]></category>
		<category><![CDATA[Log Queue]]></category>
		<category><![CDATA[log statistics]]></category>
		<category><![CDATA[log4cpp examples]]></category>
		<category><![CDATA[log4cpp tutorial]]></category>
		<category><![CDATA[log4cpp::Appender]]></category>
		<category><![CDATA[log4cpp:StringQueueAppender]]></category>
		<category><![CDATA[StringQueueAppender]]></category>
		<category><![CDATA[StringQueueAppender example]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=289</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=289&c=1635754628' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=289&c=1635754628' border='0' alt='' /></a></p><br />log4cpp logs can be directed to files, standard output, back up files or even to the System Log. But before moving to discussing about log4cpp::StringQueueAppender, I would like to present certain scenarios or use cases of StringQueueAppender. You do not want to actually print the log files, but simply want to count certain occurrences of [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=289&c=1116454617' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=289&c=1116454617' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/log4cpp-stringqueueappender/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OstreamAppender: Direct the log4cpp logs to standard Output</title>
		<link>http://joysofprogramming.com/log4cpp-ostreamappender/</link>
		<comments>http://joysofprogramming.com/log4cpp-ostreamappender/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 13:50:13 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[Data logger]]></category>
		<category><![CDATA[Log Analysis]]></category>
		<category><![CDATA[log4cpp]]></category>
		<category><![CDATA[log4cpp examples]]></category>
		<category><![CDATA[log4cpp programming]]></category>
		<category><![CDATA[log4cpp tutorial]]></category>
		<category><![CDATA[log4cpp::Appender]]></category>
		<category><![CDATA[log4cpp::FileAppender]]></category>
		<category><![CDATA[log4cpp::OstreamAppender]]></category>
		<category><![CDATA[Standard streams]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=279</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=279&c=1326005605' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=279&c=1326005605' border='0' alt='' /></a></p><br />log4cpp enables you to easily log important events. The logs can be directed to files or even periodically rolled back and back up. There are multiple destinations for the log files and you can decide which one to choose from. Though in most cases, you want to use log files, you can also make use [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=279&c=1736690021' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=279&c=1736690021' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/log4cpp-ostreamappender/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>log4cpp::RollingFileAppender &#8211; How to Backup and Roll Over log files?</title>
		<link>http://joysofprogramming.com/log4cpp-rollingfileappender/</link>
		<comments>http://joysofprogramming.com/log4cpp-rollingfileappender/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 18:16:43 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Data logger]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[Log Analysis]]></category>
		<category><![CDATA[log4cpp]]></category>
		<category><![CDATA[log4cpp examples]]></category>
		<category><![CDATA[log4cpp programming]]></category>
		<category><![CDATA[log4cpp tutorial]]></category>
		<category><![CDATA[log4cpp::Appender]]></category>
		<category><![CDATA[log4cpp::FileAppender]]></category>
		<category><![CDATA[log4cpp:RollingFileAppender]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=231</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=231&c=1088119883' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=231&c=1088119883' border='0' alt='' /></a></p><br />It is very important to log the events in your software both for analytics and debugging.  Log4cpp is helpful for logging in with C++. Log4Cpp::File Appender can be used to direct the output of logs to a file. But there are certain challenges that you may face while using log files The files can soon [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=231&c=923979920' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=231&c=923979920' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/log4cpp-rollingfileappender/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>log4cpp::FileAppender &#8211; Logging into Files</title>
		<link>http://joysofprogramming.com/log4cpp-fileappender/</link>
		<comments>http://joysofprogramming.com/log4cpp-fileappender/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 13:42:37 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Data logger]]></category>
		<category><![CDATA[log4cpp]]></category>
		<category><![CDATA[log4cpp examples]]></category>
		<category><![CDATA[log4cpp programming]]></category>
		<category><![CDATA[log4cpp tutorial]]></category>
		<category><![CDATA[log4cpp::FileAppender]]></category>
		<category><![CDATA[System call]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=219</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=219&c=1499744015' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=219&c=1499744015' border='0' alt='' /></a></p><br />log4cpp::FileAppender is used to output the logs to a file. The following program will show how an object of log4cpp::FileAppender is used. Let&#8217;s take a look at the following code snippet The first parameter of the constructor is the name of the appender and the second parameter is the destination of the log file. The [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=219&c=1462491124' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=219&c=1462491124' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/log4cpp-fileappender/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>log4cpp::Appender &#8211; Destination of Logs</title>
		<link>http://joysofprogramming.com/log4cppappender-logs-destination/</link>
		<comments>http://joysofprogramming.com/log4cppappender-logs-destination/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 10:55:58 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Data logger]]></category>
		<category><![CDATA[Log Analysis]]></category>
		<category><![CDATA[log4cpp]]></category>
		<category><![CDATA[log4cpp examples]]></category>
		<category><![CDATA[log4cpp programming]]></category>
		<category><![CDATA[log4cpp tutorial]]></category>
		<category><![CDATA[log4cpp::Appender]]></category>
		<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=205</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=205&c=451904336' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=205&c=451904336' border='0' alt='' /></a></p><br />As pointed out in log4cpp tutorial, one of the important things while initializing logging using log4cpp is to decide the destination of the log. It can be any file often known as log file or even across the network. An object of the class log4cpp::Appender must be initialized for this purpose as shown in the [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=205&c=149654693' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=205&c=149654693' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/log4cppappender-logs-destination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Simple log4cpp example</title>
		<link>http://joysofprogramming.com/simple-log4cpp-example/</link>
		<comments>http://joysofprogramming.com/simple-log4cpp-example/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 10:04:23 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Data logger]]></category>
		<category><![CDATA[Log Analysis]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=206</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=206&c=1638583824' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=206&c=1638583824' border='0' alt='' /></a></p><br />As pointed in the log4cpp tutorial, to program with log4cpp, you must be instantiate the following Appender: The destination of your log file Layout: The format of your log file Category: The type of logging like critical or debugging purposes The following simple program depicts this. Do not forget to change the value of LOGFILE. [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=206&c=1355190699' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=206&c=1355190699' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/simple-log4cpp-example/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Log4Cpp Tutorial</title>
		<link>http://joysofprogramming.com/log4cpp-tutorial/</link>
		<comments>http://joysofprogramming.com/log4cpp-tutorial/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 09:14:14 +0000</pubDate>
		<dc:creator>Joys of Programming</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Data logger]]></category>
		<category><![CDATA[Log Analysis]]></category>
		<category><![CDATA[log4cpp]]></category>
		<category><![CDATA[log4cpp examples]]></category>
		<category><![CDATA[log4cpp programming]]></category>
		<category><![CDATA[log4cpp tutorial]]></category>

		<guid isPermaLink="false">http://joysofprogramming.com/?p=186</guid>
		<description><![CDATA[<p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=186&c=352772724' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=186&c=352772724' border='0' alt='' /></a></p><br />log4cpp is used for logging in C++. Given below is the log4cpp tutorial. The tutorial explains the various features of log4cpp with examples. log4cpp Tutorial Introduction to Logging log4cpp for logging in C++ Installation of log4cpp Install log4cpp from sources A sample Log4cpp Example Compile and link log4cpp programs Three Important Steps for Log4cpp programming [...]<br /><p><a href='http://rss.buysellads.com/click.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=186&c=962405098' target='_blank' rel='nofollow'>
				<img src='http://rss.buysellads.com/img.php?z=1269089&k=23c392ff10b5df99bd4d1ca43340de34&a=186&c=962405098' border='0' alt='' /></a></p>]]></description>
		<wfw:commentRss>http://joysofprogramming.com/log4cpp-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  joysofprogramming.com/tag/data-logger/feed/ ) in 1.25740 seconds, on Feb 8th, 2012 at 1:28 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 2:28 am UTC -->
