-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P5
-
None
-
Affects Version/s: 6
-
Component/s: core-libs
-
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()));