-
Enhancement
-
Resolution: Unresolved
-
P5
-
None
-
6
-
Cause Known
-
x86
-
windows_xp
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()));
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()));