<?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>Fusselwurm &#187; php</title>
	<atom:link href="http://www.fusselwurm.de/wp/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fusselwurm.de/wp</link>
	<description>$ geek licence revoked_</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:21:00 +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>log4php INI file configuration vs PHP configuration</title>
		<link>http://www.fusselwurm.de/wp/2010/03/19/log4php-ini-file-configuration-vs-php-configuration/</link>
		<comments>http://www.fusselwurm.de/wp/2010/03/19/log4php-ini-file-configuration-vs-php-configuration/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 00:39:09 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[blah]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=341</guid>
		<description><![CDATA[When configuring log4php 2.0, there are four configurators one can choose from: * INI file (.properties) * PHP array * PHP configuration class * XML file I looked at the INI file and PHP array options. For a simple configuration &#8211; four appenders (two echo appenders, two file appenders) that are used by two loggers [...]]]></description>
			<content:encoded><![CDATA[<p>When configuring log4php 2.0, there are four configurators one can choose from:</p>
<p> * INI file (.properties)<br />
 * PHP array<br />
 * PHP configuration class<br />
 * XML file</p>
<p>I looked at the INI file and PHP array options.</p>
<p>For a simple configuration &#8211; four appenders (two echo appenders, two file appenders) that are used by two loggers &#8211; initializing both loggers (Logger::getLogger(&#8216;&#8230;&#8217;)) took<br />
 * INI file &#8211; 17..25ms<br />
 * PHP array &#8211; 10..11ms</p>
<p> * in both cases, 7..9ms of that time were spent loading 19 classes. wow. </p>
<p><ins datetime="2010-03-24T21:18:56+00:00"><br />
Note: these times were recorded using Xdebug &#8211; which slows everything down a lot, I guess<br />
</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2010/03/19/log4php-ini-file-configuration-vs-php-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

