Uses of Class
org.slf4j.helpers.CheckReturnValue
-
Packages that use CheckReturnValue Package Description org.slf4j Core logging interfaces.org.slf4j.spi Classes and interfaces which are internal to SLF4J. -
-
Uses of CheckReturnValue in org.slf4j
Methods in org.slf4j with annotations of type CheckReturnValue Modifier and Type Method Description default 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 LoggingEventBuilderLogger. atLevel(Level level)Make 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.spi
Methods in org.slf4j.spi with annotations of type CheckReturnValue Modifier and Type Method Description LoggingEventBuilderLoggingEventBuilder. addArgument(java.lang.Object p)Add an argument to the event being built.LoggingEventBuilderLoggingEventBuilder. addArgument(java.util.function.Supplier<?> objectSupplier)Add an argument supplier to the event being built.LoggingEventBuilderLoggingEventBuilder. addKeyValue(java.lang.String key, java.lang.Object value)Add akey value pairto the event being built.LoggingEventBuilderLoggingEventBuilder. addKeyValue(java.lang.String key, java.util.function.Supplier<java.lang.Object> valueSupplier)Add akey value pairto the event being built.LoggingEventBuilderLoggingEventBuilder. addMarker(Marker marker)Amarkerto the event being built.LoggingEventBuilderLoggingEventBuilder. setCause(java.lang.Throwable cause)Set the cause for the logging event being built.LoggingEventBuilderLoggingEventBuilder. setMessage(java.lang.String message)Sets the message of the logging event.LoggingEventBuilderLoggingEventBuilder. setMessage(java.util.function.Supplier<java.lang.String> messageSupplier)Sets the message of the event via a message supplier.
-