Uses of Interface
org.slf4j.spi.LoggingEventBuilder
-
Packages that use LoggingEventBuilder Package Description org.slf4j Core logging interfaces.org.slf4j.helpers Helper classes.org.slf4j.spi Classes and interfaces which are internal to SLF4J. -
-
Uses of LoggingEventBuilder in org.slf4j
Methods in org.slf4j that return LoggingEventBuilder 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.default LoggingEventBuilderLogger. makeLoggingEventBuilder(Level level)Make a newLoggingEventBuilderinstance as appropriate for this logger implementation. -
Uses of LoggingEventBuilder in org.slf4j.helpers
Methods in org.slf4j.helpers that return LoggingEventBuilder Modifier and Type Method Description LoggingEventBuilderSubstituteLogger. atDebug()LoggingEventBuilderSubstituteLogger. atError()LoggingEventBuilderSubstituteLogger. atInfo()LoggingEventBuilderSubstituteLogger. atLevel(Level level)LoggingEventBuilderSubstituteLogger. atTrace()LoggingEventBuilderSubstituteLogger. atWarn()LoggingEventBuilderSubstituteLogger. makeLoggingEventBuilder(Level level) -
Uses of LoggingEventBuilder in org.slf4j.spi
Classes in org.slf4j.spi that implement LoggingEventBuilder Modifier and Type Class Description classDefaultLoggingEventBuilderDefault implementation ofLoggingEventBuilderclassNOPLoggingEventBuilderA no-operation implementation ofLoggingEventBuilder.Methods in org.slf4j.spi that return LoggingEventBuilder Modifier and Type Method Description LoggingEventBuilderDefaultLoggingEventBuilder. addArgument(java.lang.Object p)LoggingEventBuilderDefaultLoggingEventBuilder. addArgument(java.util.function.Supplier<?> objectSupplier)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.LoggingEventBuilderNOPLoggingEventBuilder. addArgument(java.lang.Object p)LoggingEventBuilderNOPLoggingEventBuilder. addArgument(java.util.function.Supplier<?> objectSupplier)LoggingEventBuilderDefaultLoggingEventBuilder. addKeyValue(java.lang.String key, java.lang.Object value)LoggingEventBuilderDefaultLoggingEventBuilder. addKeyValue(java.lang.String key, java.util.function.Supplier<java.lang.Object> value)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.LoggingEventBuilderNOPLoggingEventBuilder. addKeyValue(java.lang.String key, java.lang.Object value)LoggingEventBuilderNOPLoggingEventBuilder. addKeyValue(java.lang.String key, java.util.function.Supplier<java.lang.Object> value)LoggingEventBuilderDefaultLoggingEventBuilder. addMarker(Marker marker)Add a marker to the current logging event being built.LoggingEventBuilderLoggingEventBuilder. addMarker(Marker marker)Amarkerto the event being built.LoggingEventBuilderNOPLoggingEventBuilder. addMarker(Marker marker)LoggingEventBuilderDefaultLoggingEventBuilder. setCause(java.lang.Throwable t)LoggingEventBuilderLoggingEventBuilder. setCause(java.lang.Throwable cause)Set the cause for the logging event being built.LoggingEventBuilderNOPLoggingEventBuilder. setCause(java.lang.Throwable cause)LoggingEventBuilderDefaultLoggingEventBuilder. setMessage(java.lang.String message)LoggingEventBuilderDefaultLoggingEventBuilder. setMessage(java.util.function.Supplier<java.lang.String> messageSupplier)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.LoggingEventBuilderNOPLoggingEventBuilder. setMessage(java.lang.String message)LoggingEventBuilderNOPLoggingEventBuilder. setMessage(java.util.function.Supplier<java.lang.String> messageSupplier)static LoggingEventBuilderNOPLoggingEventBuilder. singleton()Returns the singleton instance of this class.
-