Uses of Package
org.springframework.core.log
Packages that use org.springframework.core.log
- 
Classes in org.springframework.core.log used by org.springframework.core.logClassDescriptionA 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().