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

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to