| Package | Description | 
|---|---|
| org.springframework.core.log | Useful delegates for Spring's logging conventions. | 
| Modifier and Type | Method and Description | 
|---|---|
| static LogMessage | LogMessage. format(String format,
      Object... args)Build a lazily formatted message from the given format string and varargs. | 
| static LogMessage | LogMessage. format(String format,
      Object arg1)Build a lazily formatted message from the given format string and argument. | 
| static LogMessage | LogMessage. format(String format,
      Object arg1,
      Object arg2)Build a lazily formatted message from the given format string and arguments. | 
| static LogMessage | LogMessage. format(String format,
      Object arg1,
      Object arg2,
      Object arg3)Build a lazily formatted message from the given format string and arguments. | 
| static LogMessage | LogMessage. format(String format,
      Object arg1,
      Object arg2,
      Object arg3,
      Object arg4)Build a lazily formatted message from the given format string and arguments. | 
| static LogMessage | LogMessage. of(Supplier<? extends CharSequence> supplier)Build a lazily resolving message from the given supplier. |