Uses of Class
org.springframework.core.log.LogMessage
Packages that use LogMessage
-
Uses of LogMessage in org.springframework.core.log
Methods in org.springframework.core.log that return LogMessageModifier and TypeMethodDescriptionstatic LogMessageBuild a lazily formatted message from the given format string and argument.static LogMessageBuild a lazily formatted message from the given format string and varargs.static LogMessageBuild a lazily formatted message from the given format string and arguments.static LogMessageLogMessage.format(String format, @Nullable Object arg1, @Nullable Object arg2, @Nullable Object arg3) Build a lazily formatted message from the given format string and arguments.static LogMessageLogMessage.format(String format, @Nullable Object arg1, @Nullable Object arg2, @Nullable Object arg3, @Nullable Object arg4) Build a lazily formatted message from the given format string and arguments.static LogMessageLogMessage.of(Supplier<? extends CharSequence> supplier) Build a lazily resolving message from the given supplier.