[
https://jira.jboss.org/jira/browse/JBTM-595?page=com.atlassian.jira.plugi...
]
David Lloyd commented on JBTM-595:
----------------------------------
I stuck with LogI18n initially because it was unclear how LogFactory can receive resource
bundle information.
I guess the key to solving resource bundles will indeed be some kind of nifty subclassing
as we are limited to a single resource bundle instance per category. Would you consider
simply moving to java.util.logging wholesale, and removing all the facade stuff
completely? And by "you" I guess I mean "me", since it's my dumb
idea. The only practical difficulty I see would be that I'd have to add a Level class
so that you have DEBUG/TRACE instead of JUL's FINE/FINER/FINEST, but that's not
too big a deal. The upside would be removing the dep on commons-logging and deleting a
bunch of classes. At first glance I think the resource generation stuff would work OK
with JUL.
Add support for JBoss LogManager backend
----------------------------------------
Key: JBTM-595
URL:
https://jira.jboss.org/jira/browse/JBTM-595
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Common
Reporter: David Lloyd
Priority: Minor
Attachments: jboss-logging.patch
The new log manager in AS 6.0 supports internationalization and localization natively.
Provide an implementation which does not rely on log4j or JCL anymore since those
technologies are bug-ridden and obsolete.
Patch attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira