Convenient formatting method when logging

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P5
    • None
    • Affects Version/s: 6
    • Component/s: core-libs

      A DESCRIPTION OF THE REQUEST :
      It'd be nice if I to be able to do this in Java 7:
      log.formatInfo("Kill session %s", session.getName())

      instead of the more verbose:
      log.info(String.format("Kill session %s", session.getName()));

            Assignee:
            Unassigned
            Reporter:
            Nelson Dcosta (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: