Hello,
I am getting started with GBeans. I am trying the log4 tutorial and it's
not quite working for me. I'm adding it into my work from the EJB tutorial.
I'm guessing I'm not instantiating the logger correctly.
{geronimo}/var/myapp/log4j.properties is configured to send output to the
console, which isn't happening.
Here's my gbean entry in my openejb-jar.xml
<dep:gbean name="DirectoryLog4jConfiguration"
class="org.apache.geronimo.system.logging.log4j.ApplicationLog4jConfigurationGBean">
<dep:attribute
name="log4jFile">var/myapp/log4j.properties</dep:attribute>
<dep:reference
name="ServerInfo"><name>ServerInfo</name></dep:reference>
</dep:gbean>
and in the code:
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
.
.
.
private static Log logger = LogFactory.getLog(Echo.class);
Thanks,
Eric
--
View this message in context:
http://www.nabble.com/log4j-question-tp18873144s134p18873144.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.