Package org.springframework.core.log
@NullMarked
package org.springframework.core.log
Useful delegates for Spring's logging conventions.
-
ClassesClassDescriptionA convenient accessor for Commons Logging, providing not only
CharSequencebased log methods but alsoSupplierbased variants for use with Java lambda expressions.Factory for commonLogdelegates with Spring's logging conventions.Utility methods for formatting and logging messages.A simple log message type for use with Commons Logging, allowing for convenient lazy resolution of a givenSupplierinstance (typically bound to a lambda expression) or a printf-style format string (String.format(String, Object...)) in itsLogMessage.toString().