Package org.springframework.core.log
@NonNullApi
@NonNullFields
package org.springframework.core.log
Useful delegates for Spring's logging conventions.
-
ClassDescriptionA convenient accessor for Commons Logging, providing not only
CharSequence
based log methods but alsoSupplier
based variants for use with Java 8 lambda expressions.Factory for commonLog
delegates 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 givenSupplier
instance (typically bound to a lambda expression) or a printf-style format string (String.format(java.lang.String, java.lang.Object...)
) in itsLogMessage.toString()
.