Why doesn't Logger have overloads of logging methods which take both
Object arguments to replace {} and an exception? I.e.
Logger.error(String, Object, Throwable), Logger.error(String, Object,
Object, Throwable), Logger.error(String, Object[], Throwable)? It
seems to me there should be no problem with overload resolution.Yours, Alexey Romanov _______________________________________________ slf4j-user mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/slf4j-user
