Re: [JBoss-user] logging to specific files using log4j.xml
You have to associate the appender with a category. Try reading the log4j manual to see how one uses appenders: http://jakarta.apache.org/log4j/docs/documentation.html Matthew Hixson wrote: In server/default/conf/log4j.xml I have the following: In
[JBoss-user] logging to specific files using log4j.xml
In server/default/conf/log4j.xml I have the following: In my class I'm getting a logger and logging a test message like so: Logger _systemLogger = Logger.getLogger("system"); _systemLogger.debug("Hey, is this thing on?"); The strange thing is that th