<?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>web development helpdesk &#187; log4j</title>
	<atom:link href="http://helpdesk.objects.com.au/tag/log4j/feed" rel="self" type="application/rss+xml" />
	<link>http://helpdesk.objects.com.au</link>
	<description>objects quality - the visible difference</description>
	<lastBuildDate>Sun, 17 Jul 2011 12:27:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Which logging framework?</title>
		<link>http://helpdesk.objects.com.au/java/which-logging-framework?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=which-logging-framework</link>
		<comments>http://helpdesk.objects.com.au/java/which-logging-framework#comments</comments>
		<pubDate>Thu, 09 Dec 2010 23:12:36 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[facade]]></category>
		<category><![CDATA[JCL]]></category>
		<category><![CDATA[JUL]]></category>
		<category><![CDATA[log4j]]></category>
		<category><![CDATA[logback]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[SLF4J]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1718</guid>
		<description><![CDATA[In the past developers have used log4j, and Java&#8217;s built in logging framework api. Commons logging (JCL) has also been used as a facade to allow easy implementation switching. Now we also have logback, and the slf4j facade. So the question is what should we be using to implement logging in our Java application? Firstly [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/which-logging-framework/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure log4j to send email</title>
		<link>http://helpdesk.objects.com.au/java/how-to-configure-log4j-to-send-email?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-configure-log4j-to-send-email</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-configure-log4j-to-send-email#comments</comments>
		<pubDate>Wed, 22 Jul 2009 19:12:36 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[application server]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[log4j]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=1180</guid>
		<description><![CDATA[Log4j comes with an appender that will send an email when a logging event occurs. The appender class is org.apache.log4j.net.SMTPAppender and the following gives an example of its configuration &#60;appender name=&#34;LogEmail&#34; class=&#34;org.apache.log4j.net.SMTPAppender&#34;&#62; &#60;param name=&#34;BufferSize&#34; value=&#34;512&#34; /&#62; &#60;param name=&#34;SMTPHost&#34; value=&#34;mail.server.com&#34; /&#62; &#60;param name=&#34;From&#34; value=&#34;myapp@server.com&#34; /&#62; &#60;param name=&#34;To&#34; value=&#34;support@server.com&#34; /&#62; &#60;param name=&#34;Subject&#34; value=&#34;Log from myapp&#34; /&#62; &#60;layout [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-configure-log4j-to-send-email/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to specify log4j configuration in spring application?</title>
		<link>http://helpdesk.objects.com.au/java/how-to-specify-log4j-configuration-in-spring-application?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-specify-log4j-configuration-in-spring-application</link>
		<comments>http://helpdesk.objects.com.au/java/how-to-specify-log4j-configuration-in-spring-application#comments</comments>
		<pubDate>Thu, 21 May 2009 02:36:20 +0000</pubDate>
		<dc:creator>objects</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[log4j]]></category>

		<guid isPermaLink="false">http://helpdesk.objects.com.au/?p=973</guid>
		<description><![CDATA[If you do not want to store your log4j configuration in your classes directory then you need to tell log4j where it can find it. One possibility is to configure it in your applicationContext.xml as shown here &#60;bean id=&#34;log4jInitialization&#34; class=&#34;org.springframework.beans.factory.config.MethodInvokingFactoryBean&#34;&#62; &#60;property name=&#34;targetClass&#34; value=&#34;org.springframework.util.Log4jConfigurer&#34; /&#62; &#60;property name=&#34;targetMethod&#34; value=&#34;initLogging&#34; /&#62; &#60;property name=&#34;arguments&#34;&#62; &#60;list&#62; &#60;value&#62;conf/log4j.xml&#60;/value&#62; &#60;/list&#62; &#60;/property&#62; &#60;/bean&#62; [...]]]></description>
		<wfw:commentRss>http://helpdesk.objects.com.au/java/how-to-specify-log4j-configuration-in-spring-application/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

