[webbeans-issues] [JBoss JIRA] Commented: (WBRI-214) Separate log message and log level from module.

Pete Muir (JIRA) jira-events at lists.jboss.org
Sun Aug 16 06:04:26 EDT 2009


    [ https://jira.jboss.org/jira/browse/WBRI-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12481012#action_12481012 ] 

Pete Muir commented on WBRI-214:
--------------------------------

Initial thoughts:

* what is the use case for splitting out the level? Why doesn't log4j categories and filters not provide enough control?
* I like the use of enums for specifying the message, it's neater than statics
* we need to ensure that this fits with the overall JBoss i8ln/1l10n strategy for localizing log messages. As slf4j doesn't support i8ln natively, we should ensure that if we use this approach for i8ln it is accepted and useful for other jboss projects. I will talk to the relevant people @ JBoss.

> Separate log message and log level from module.
> -----------------------------------------------
>
>                 Key: WBRI-214
>                 URL: https://jira.jboss.org/jira/browse/WBRI-214
>             Project: Web Beans
>          Issue Type: Feature Request
>            Reporter: Takeshi Kondo
>            Assignee: Takeshi Kondo
>         Attachments: logger_prototype.patch, slf4j-version-logger.patch
>
>
> Under development , log message is used to dubug the program 
> So log message internationalization will be broaden the webbeans user base.
> And it make easy to document log message.
> Under operation, maybe only in Japan, Log message is used to trigger alert.
> so I frequently change log level to prevent alert at the last minute operation.

-- 
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

        



More information about the weld-issues mailing list