Uses of Annotation Interface
org.slf4j.helpers.CheckReturnValue
Packages that use CheckReturnValue
Package
Description
Core logging interfaces.
Classes and interfaces which are internal to SLF4J.
- 
Uses of CheckReturnValue in org.slf4jMethods in org.slf4j with annotations of type CheckReturnValueModifier and TypeMethodDescriptiondefault LoggingEventBuilderLogger.atDebug()Entry point for fluent-logging forLevel.DEBUGlevel.default LoggingEventBuilderLogger.atError()Entry point for fluent-logging forLevel.ERRORlevel.default LoggingEventBuilderLogger.atInfo()Entry point for fluent-logging forLevel.INFOlevel.default LoggingEventBuilderMake a newLoggingEventBuilderinstance as appropriate for this logger and the desiredLevelpassed as parameter.default LoggingEventBuilderLogger.atTrace()Entry point for fluent-logging forLevel.TRACElevel.default LoggingEventBuilderLogger.atWarn()Entry point for fluent-logging forLevel.WARNlevel.
- 
Uses of CheckReturnValue in org.slf4j.spiMethods 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.