2 Replies Latest reply on Nov 26, 2011 4:22 PM by dmiklancic

    Seam Solder Logging - tracef acts like tracev

    dmiklancic

      Using solder 3.1.0.Beta5.


      Just migrated from 3.0.0 and noticed that tracef calls fail to substitute parameters (e.g. tracef(some test %s, here) logs some test %s rather than some test here.  This only appears to be an issue with tracef calls.  tracev works fine.  debugf, warnf, etc. work as well.


      I noticed in the Logging class on github that tracef issues a call to delegate.tracev.  Is this intended or an error?