<?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>Thu, 17 May 2012 17:20:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Logging Visitor&#8217;s IP with PHP &#171; Tournas Dimitrios</title>
		<link>http://codefury.net/2008/07/klogger-a-simple-logging-class-for-php/comment-page-1/#comment-1649</link>
		<dc:creator>Logging Visitor&#8217;s IP with PHP &#171; Tournas Dimitrios</dc:creator>
		<pubDate>Sat, 14 Jan 2012 10:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://codefury.net/?p=29#comment-1649</guid>
		<description>[...] methods to achieve the same result like : ZF&#8217;s Zend_Log , PEAR&#8217;s Log package , Klogger , PHP&#8217;s native Ligging functions , Apache&#8217;s log4php , NmnLogger , Monolog . These are [...]</description>
		<content:encoded><![CDATA[<p>[...] methods to achieve the same result like : ZF&#8217;s Zend_Log , PEAR&#8217;s Log package , Klogger , PHP&#8217;s native Ligging functions , Apache&#8217;s log4php , NmnLogger , Monolog . These are [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SoftArea51 Blogs &#187; How to integrate your custom shopping cart with PayPal Website Payments Standard using PHP</title>
		<link>http://codefury.net/2008/07/klogger-a-simple-logging-class-for-php/comment-page-1/#comment-1459</link>
		<dc:creator>SoftArea51 Blogs &#187; How to integrate your custom shopping cart with PayPal Website Payments Standard using PHP</dc:creator>
		<pubDate>Tue, 27 Sep 2011 18:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://codefury.net/?p=29#comment-1459</guid>
		<description>[...] with both PayPal Sanbox (testing mode) and real payment gateway, has logging capabilities (using KLogger class), provides encryption support (using a class provided by PayPal) and offers a decent set of [...]</description>
		<content:encoded><![CDATA[<p>[...] with both PayPal Sanbox (testing mode) and real payment gateway, has logging capabilities (using KLogger class), provides encryption support (using a class provided by PayPal) and offers a decent set of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick fox</title>
		<link>http://codefury.net/2008/07/klogger-a-simple-logging-class-for-php/comment-page-1/#comment-1343</link>
		<dc:creator>nick fox</dc:creator>
		<pubDate>Tue, 19 Jul 2011 12:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://codefury.net/?p=29#comment-1343</guid>
		<description>On a rather unrelated note, what method would you recommend to use functional logging in a class without tying the class to another external class or function, that would seem to break the OO principle of portable code. Ive seen examples where logging objects are passed to the initialisation of other classes and objects created in other objects. but this all seems to tie one class to another?
any advice appreciated
cheers</description>
		<content:encoded><![CDATA[<p>On a rather unrelated note, what method would you recommend to use functional logging in a class without tying the class to another external class or function, that would seem to break the OO principle of portable code. Ive seen examples where logging objects are passed to the initialisation of other classes and objects created in other objects. but this all seems to tie one class to another?<br />
any advice appreciated<br />
cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chrisg</title>
		<link>http://codefury.net/2008/07/klogger-a-simple-logging-class-for-php/comment-page-1/#comment-499</link>
		<dc:creator>chrisg</dc:creator>
		<pubDate>Wed, 27 Oct 2010 17:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://codefury.net/?p=29#comment-499</guid>
		<description>simple and useful....thx a lot....</description>
		<content:encoded><![CDATA[<p>simple and useful&#8230;.thx a lot&#8230;.</p>
]]></content:encoded>
	</item>
	<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>

