Uses of Interface
org.slf4j.spi.LoggingEventBuilder
-
Packages that use LoggingEventBuilder Package Description org.slf4j Core logging interfaces.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. atTrace()Entry point for fluent-logging forLevel.TRACElevel.default LoggingEventBuilderLogger. atWarn()Entry point for fluent-logging forLevel.WARNlevel. -
Uses of LoggingEventBuilder in org.slf4j.spi
Classes in org.slf4j.spi that implement LoggingEventBuilder Modifier and Type Class Description classDefaultLoggingEventBuilderclassNOPLoggingEventBuilderA no-operation implementation ofLoggingEventBuilder.Methods in org.slf4j.spi that return LoggingEventBuilder Modifier and Type Method Description LoggingEventBuilderDefaultLoggingEventBuilder. addArgument(Object p)LoggingEventBuilderDefaultLoggingEventBuilder. addArgument(Supplier<Object> objectSupplier)LoggingEventBuilderLoggingEventBuilder. addArgument(Object p)LoggingEventBuilderLoggingEventBuilder. addArgument(Supplier<Object> objectSupplier)LoggingEventBuilderNOPLoggingEventBuilder. addArgument(Object p)LoggingEventBuilderNOPLoggingEventBuilder. addArgument(Supplier<Object> objectSupplier)LoggingEventBuilderDefaultLoggingEventBuilder. addKeyValue(String key, Object value)LoggingEventBuilderDefaultLoggingEventBuilder. addKeyValue(String key, Supplier<Object> value)LoggingEventBuilderLoggingEventBuilder. addKeyValue(String key, Object value)LoggingEventBuilderLoggingEventBuilder. addKeyValue(String key, Supplier<Object> value)LoggingEventBuilderNOPLoggingEventBuilder. addKeyValue(String key, Object value)LoggingEventBuilderNOPLoggingEventBuilder. addKeyValue(String key, Supplier<Object> value)LoggingEventBuilderDefaultLoggingEventBuilder. addMarker(Marker marker)Add a marker to the current logging event being built.LoggingEventBuilderLoggingEventBuilder. addMarker(Marker marker)LoggingEventBuilderNOPLoggingEventBuilder. addMarker(Marker marker)LoggingEventBuilderDefaultLoggingEventBuilder. setCause(Throwable t)LoggingEventBuilderLoggingEventBuilder. setCause(Throwable cause)LoggingEventBuilderNOPLoggingEventBuilder. setCause(Throwable cause)static LoggingEventBuilderNOPLoggingEventBuilder. singleton()
-