Uses of Annotation Interface
org.slf4j.helpers.CheckReturnValue
Packages that use CheckReturnValue
-
Uses of CheckReturnValue in org.slf4j.spi
Methods in org.slf4j.spi with annotations of type CheckReturnValueModifier and TypeMethodDescriptionLoggingEventBuilder.addArgument(Object p) Add an argument to the event being built.LoggingEventBuilder.addArgument(Supplier<?> objectSupplier) Add an argument supplier to the event being built.LoggingEventBuilder.addKeyValue(String key, Object value) Add akey value pairto the event being built.LoggingEventBuilder.addKeyValue(String key, Supplier<Object> valueSupplier) Add akey value pairto the event being built.Amarkerto the event being built.Set the cause for the logging event being built.LoggingEventBuilder.setMessage(String message) Sets the message of the logging event.LoggingEventBuilder.setMessage(Supplier<String> messageSupplier) Sets the message of the event via a message supplier.