Class LogMessage

java.lang.Object
org.springframework.core.log.LogMessage
All Implemented Interfaces:
CharSequence

public abstract class LogMessage extends Object implements CharSequence
A simple log message type for use with Commons Logging, allowing for convenient lazy resolution of a given Supplier instance (typically bound to a lambda expression) or a printf-style format string (String.format(java.lang.String, java.lang.Object...)) in its toString().
Since:
5.2
Author:
Juergen Hoeller, Sebastien Deleuze
See Also: