类 LogMessage

java.lang.Object
cn.taketoday.logging.LogMessage
直接已知子类:
LogMessage.FormatMessage, LogMessage.SupplierMessage

public abstract class LogMessage extends Object
A simple log message type for use with Commons Logging, allowing for convenient lazy resolution of a given Supplier instance (typically bound to a Java 8 lambda expression) or a printf-style format string (MessageFormatter.format(java.lang.String, java.lang.Object)) in its toString().
从以下版本开始:
4.0
作者:
Juergen Hoeller, Harry Yang
另请参阅: