[
https://issues.apache.org/jira/browse/MYFACES-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763282#action_12763282
]
Leonardo Uribe commented on MYFACES-2378:
-----------------------------------------
The original facelets code had a hierarchy of loggers in this way:
facelets.viewhandler
facelets.tag.component
facelets.compiler
......
so the Logger is initialized in this way:
private static final Logger log = Logger.getLogger("facelets.viewhandler");
One option to prevent use the full class name is create our own simplified
hierarchy, and create a class/interface that holds all this constants:
myfaces.facelets.viewhandler
myfaces.facelets.tag.component
myfaces.application
myfaces.context
.....
but in this case we need a common agreement about how this should looks like.
Since this detail impact how configure logging for myfaces, maybe we should
vote this change too.
> Use java util logging on 2.0.x branch
> -------------------------------------
>
> Key: MYFACES-2378
> URL: https://issues.apache.org/jira/browse/MYFACES-2378
> Project: MyFaces Core
> Issue Type: Task
> Components: JSR-314
> Reporter: Leonardo Uribe
> Assignee: Leonardo Uribe
> Attachments: MYFACES-2378-core.patch, MYFACES-2378-shared-core.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.