New logging framework for MyFaces code
--------------------------------------
Key: MYFACES-949
URL: http://issues.apache.org/jira/browse/MYFACES-949
Project: MyFaces
Type: Improvement
Components: General
Reporter: Simon Kitching
Logging for MyFaces classes has been discussed here:
http://mail-archives.apache.org/mod_mbox/myfaces-dev/200512.mbox/[EMAIL
PROTECTED]
and especially here:
http://mail-archives.apache.org/mod_mbox/myfaces-dev/200512.mbox/[EMAIL
PROTECTED]
Attached are classes intended to go in the "share" code which provide a logging
API in the package "org.apache.myfaces.logging".
This means all MyFaces code that wants to log can do so without any explicit
dependency on an external logging library.
The implementation simply forwards directly to commons-logging in a pretty
efficient way.
These logging classes do *not* provide the ability to swap the underlying
logging library at runtime like commons-logging does; it simply centralises the
logging lib dependency into one class (org.apache.myfaces.logging.Log) instead
of spreading it out across all MyFaces classes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira