Adding methods to logger in jdk 7

Paulo Levi i30817 at gmail.com
Wed Oct 7 02:17:26 UTC 2009


Logger has the utility method severe, warning etc so you can use the
various log levels without using the longer log method...
I'd like some more overloadings, for adding a throwable, besides a
string for those methods.
Logger.getLogger(getClass().getName()).severe(string, throwable);



More information about the core-libs-dev mailing list