[ 
http://issues.apache.org/jira/browse/MYFACES-949?page=comments#action_12415815 
] 

Simon Kitching commented on MYFACES-949:
----------------------------------------

There was no enthusiasm shown for this proposed patch, so this issue can 
probably be closed.
If I remember right, no definite conclusion was ever reached in the email 
discussions.

> New logging framework for MyFaces code
> --------------------------------------
>
>          Key: MYFACES-949
>          URL: http://issues.apache.org/jira/browse/MYFACES-949
>      Project: MyFaces Core
>         Type: Improvement

>   Components: General
>     Reporter: Simon Kitching
>     Assignee: Simon Kitching
>  Attachments: Log.java, LogFactory.java
>
> 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

Reply via email to