<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: KLogger: A Simple Logging Class for PHP</title>
	<atom:link href="http://codefury.net/2008/07/klogger-a-simple-logging-class-for-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://codefury.net/2008/07/klogger-a-simple-logging-class-for-php/</link>
	<description>One programmer's formatted output stream</description>
	<lastBuildDate>Tue, 17 Aug 2010 18:48:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: paravoice</title>
		<link>http://codefury.net/2008/07/klogger-a-simple-logging-class-for-php/comment-page-1/#comment-248</link>
		<dc:creator>paravoice</dc:creator>
		<pubDate>Sun, 27 Dec 2009 03:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://codefury.net/?p=29#comment-248</guid>
		<description>Considering that log4PHP is still in incubation, and I just need a simple logging module,I decide to use it.
Thank you.
And I think I need log messages to different logfiles every month or week, since the log file could be too large.
something like this:
$log = new KLogger ( &quot;log_200912_01.txt&quot; , KLogger::DEBUG );</description>
		<content:encoded><![CDATA[<p>Considering that log4PHP is still in incubation, and I just need a simple logging module,I decide to use it.<br />
Thank you.<br />
And I think I need log messages to different logfiles every month or week, since the log file could be too large.<br />
something like this:<br />
$log = new KLogger ( &#8220;log_200912_01.txt&#8221; , KLogger::DEBUG );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebBird</title>
		<link>http://codefury.net/2008/07/klogger-a-simple-logging-class-for-php/comment-page-1/#comment-199</link>
		<dc:creator>WebBird</dc:creator>
		<pubDate>Mon, 23 Nov 2009 13:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://codefury.net/?p=29#comment-199</guid>
		<description>How about the performance using KLogger?</description>
		<content:encoded><![CDATA[<p>How about the performance using KLogger?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Updates on KLogger, wpSearch 1.5.6, and More</title>
		<link>http://codefury.net/2008/07/klogger-a-simple-logging-class-for-php/comment-page-1/#comment-113</link>
		<dc:creator>Updates on KLogger, wpSearch 1.5.6, and More</dc:creator>
		<pubDate>Thu, 27 Nov 2008 02:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://codefury.net/?p=29#comment-113</guid>
		<description>[...] is likely. I have also recieved a code submission from the folks at the Alpha-Beta-Release Blog for KLogger. They have written rolling log capabilities into the class, ensuring that log files never grow [...]</description>
		<content:encoded><![CDATA[<p>[...] is likely. I have also recieved a code submission from the folks at the Alpha-Beta-Release Blog for KLogger. They have written rolling log capabilities into the class, ensuring that log files never grow [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
