[seam-issues] [JBoss JIRA] (SOLDER-306) Logger for tracef invokes delegate.tracev in error

Daniel Miklancic (Created) (JIRA) jira-events at lists.jboss.org
Sat Nov 26 16:20:40 EST 2011


Logger for tracef invokes delegate.tracev in error
--------------------------------------------------

                 Key: SOLDER-306
                 URL: https://issues.jboss.org/browse/SOLDER-306
             Project: Seam Solder
          Issue Type: Bug
          Components: Logging
    Affects Versions: 3.1.0.Beta5
            Reporter: Daniel Miklancic
            Priority: Minor


Call to logger.tracef("hello %s", "world") outputs "hello %s" instead of "hello world".  A quick check in the Logging class shows the tracef methods call delegate.tracev.  Note:  debugf, warnf, etc., all call delegate.debugf, delegate.warnf, etc., respectively, as one would expect.  It appears that the tracef methods are the only ones being mis-directed to the "v" version in the delegate.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list