See: Description
| Class | Description | 
|---|---|
| LogAccessor | A convenient accessor for Commons Logging, providing not only
  CharSequencebased log methods but alsoSupplierbased variants for use with Java 8 lambda expressions. | 
| LogDelegateFactory | Factory for common  Logdelegates with Spring's logging conventions. | 
| LogFormatUtils | Utility methods for formatting and logging messages. | 
| LogMessage | A simple log message type for use with Commons Logging, allowing
 for convenient lazy resolution of a given  Supplierinstance
 (typically bound to a Java 8 lambda expression) or a printf-style
 format string (String.format(java.lang.String, java.lang.Object...)) in itsLogMessage.toString(). |