Uses of Interface
org.slf4j.spi.LoggingEventBuilder
Packages that use LoggingEventBuilder
Package
Description
Core logging interfaces.
Helper classes.
Classes and interfaces which are internal to SLF4J.
-
Uses of LoggingEventBuilder in org.slf4j
Methods in org.slf4j that return LoggingEventBuilderModifier 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.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 -
Uses of LoggingEventBuilder in org.slf4j.spi
Classes in org.slf4j.spi that implement LoggingEventBuilderModifier and TypeClassDescriptionclassDefault implementation ofLoggingEventBuilderclassA no-operation implementation ofLoggingEventBuilder.Methods in org.slf4j.spi that return LoggingEventBuilderModifier and TypeMethodDescriptionDefaultLoggingEventBuilder.addArgument(Object p) DefaultLoggingEventBuilder.addArgument(Supplier<?> objectSupplier) LoggingEventBuilder.addArgument(Object p) Add an argument to the event being built.LoggingEventBuilder.addArgument(Supplier<?> objectSupplier) Add an argument supplier to the event being built.NOPLoggingEventBuilder.addArgument(Object p) NOPLoggingEventBuilder.addArgument(Supplier<?> objectSupplier) DefaultLoggingEventBuilder.addKeyValue(String key, Object value) DefaultLoggingEventBuilder.addKeyValue(String key, Supplier<Object> value) 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.NOPLoggingEventBuilder.addKeyValue(String key, Object value) NOPLoggingEventBuilder.addKeyValue(String key, Supplier<Object> value) Add a marker to the current logging event being built.Amarkerto the event being built.Set the cause for the logging event being built.DefaultLoggingEventBuilder.setMessage(String message) DefaultLoggingEventBuilder.setMessage(Supplier<String> messageSupplier) 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.NOPLoggingEventBuilder.setMessage(String message) NOPLoggingEventBuilder.setMessage(Supplier<String> messageSupplier) static LoggingEventBuilderNOPLoggingEventBuilder.singleton()Returns the singleton instance of this class.