[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1796) more useful logging for Controller objects

Matt Drees (JIRA) jira-events at lists.jboss.org
Mon Aug 13 15:35:00 EDT 2007


more useful logging for Controller objects
------------------------------------------

                 Key: JBSEAM-1796
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1796
             Project: JBoss Seam
          Issue Type: Feature Request
    Affects Versions: 2.0.0.BETA1
            Reporter: Matt Drees
            Priority: Minor


When a class derived from Controller calls debug("message"), the result is something like:

DEBUG 13-08 15:10:48,309 [org.jboss.seam.framework.Controller.debug():188] message

The location info is useless.  
I can get around this by using getLog().debug("message"), which will display the correct location info.  But "debug()" is just so convenient...


Or at least let me set the FQCN on the underlying Log4jProvider.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list