Generated by
JDiff

Package org.springframework.core.log

Added Classes
LogAccessor A convenient accessor for Commons Logging, providing not only {@code CharSequence} based log methods but also {@code Supplier} based variants for use with Java 8 lambda expressions.
LogMessage A simple log message type for use with Commons Logging, allowing for convenient lazy resolution of a given Supplier instance (typically bound to a Java 8 lambda expression) or a printf-style format string (String.format)in its .toString().