Menu

#24 Made log4j the default logging framework

v2.4
open
nobody
None
5
2001-04-24
2001-04-24
No

The org.apache.log4j framework is now the default
logging framework. The jboss.conf come configured with
the Log4jService mbean setup to initialize the log4j
framework using the logj4.properties file found in the
JBoss config directory. The Log4jService continues to
bridge messages logged via the legacy

The org.jboss.logging.Log and Logger classes have been
decprecated. Existing JBoss services derived from the
org.jboss.util.ServiceMBeanSupport class that use the
log instance var are really logging through a log4j
Category. A log4j Category object instance var has
been added to the ServiceMBeanSupport to allow
services easy access to the log4j Category object.
This Category instance is derived from the service
getName() method value.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.