Uses of Interface
org.slf4j.spi.LoggingEventBuilder
Packages that use LoggingEventBuilder
Package
Description
Core logging interfaces.
Various SLF4J internal utility and helper classes.
Contains classes and interfaces which are intended for logging backends.
-
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 ofLoggingEventBuilder.classA 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) NOP implementation that does nothing.NOPLoggingEventBuilder.addArgument(Supplier<?> objectSupplier) NOP implementation that does nothing and thus skips calling get() call on the object supplier.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) NOP implementation that does nothing.NOPLoggingEventBuilder.addKeyValue(String key, Supplier<Object> value) NOP implementation that doesnothing.Add a marker to the current logging event being built.Amarkerto the event being built.NOP implementation that does nothing.default LoggingEventBuilderLoggingEventBuilder.arg(boolean b) Add a value of typebooleanto the event being built.default LoggingEventBuilderLoggingEventBuilder.arg(byte b) Add a value of typebyteto the event being built.default LoggingEventBuilderLoggingEventBuilder.arg(char c) Add a value of typecharto the event being built.default LoggingEventBuilderLoggingEventBuilder.arg(double d) Add a value of typedoubleto the event being built.default LoggingEventBuilderLoggingEventBuilder.arg(float f) Add a value of typefloatto the event being built.default LoggingEventBuilderLoggingEventBuilder.arg(int i) Add a value of typeintto the event being built.default LoggingEventBuilderLoggingEventBuilder.arg(long l) Add a value of typelongto the event being built.default LoggingEventBuilderLoggingEventBuilder.arg(short s) Add a value of typeshortto the event being built.default LoggingEventBuilderAdd an argument to the event being built.default LoggingEventBuilderAdd an argument supplier to the event being built.NOPLoggingEventBuilder.arg(boolean b) NOP implementation that does nothing and thus skips the type cast.NOPLoggingEventBuilder.arg(byte b) NOP implementation that does nothing and thus skips the type cast.NOPLoggingEventBuilder.arg(char c) NOP implementation that does nothing and thus skips the type cast.NOPLoggingEventBuilder.arg(double d) NOP implementation that does nothing and thus skips the type cast.NOPLoggingEventBuilder.arg(float f) NOP implementation that does nothing and thus skips the type cast.NOPLoggingEventBuilder.arg(int i) NOP implementation that does nothing and thus skips the type cast.NOPLoggingEventBuilder.arg(long l) NOP implementation that does nothing and thus skips the type cast.NOPLoggingEventBuilder.arg(short s) NOP implementation that does nothing and thus skips the type cast.NOP implementation that does nothing and thus skips calling get() call on the object supplier.default LoggingEventBuilderAdd akey value pairto the event being built, with the value part being of typeboolean.default LoggingEventBuilderAdd akey value pairto the event being built, with the value part being of typebyte.default LoggingEventBuilderAdd akey value pairto the event being built, with the value part being of typechar.default LoggingEventBuilderAdd akey value pairto the event being built, with the value part being of typedouble.default LoggingEventBuilderAdd akey value pairto the event being built, with the value part being of typefloat.default LoggingEventBuilderAdd akey value pairto the event being built, with the value part being of typeint.default LoggingEventBuilderAdd akey value pairto the event being built, with the value part being of typelong.default LoggingEventBuilderAdd akey value pairto the event being built, with the value part being of typeshort.default LoggingEventBuilderAdd akey value pairto the event being built.default LoggingEventBuilderAdd akey value pairto the event being built.NOP implementation that does nothing.NOP implementation that does nothing.NOP implementation that does nothing.NOP implementation that does nothing.NOP implementation that does nothing.NOP implementation that does nothing.NOP implementation that does nothing.NOP implementation that does nothing.NOP implementation that doesnothing.NOP implementation that doesnothing.Set the cause for the logging event being built.NOP implementation that does nothing.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) NOP implementation that does nothing.NOPLoggingEventBuilder.setMessage(Supplier<String> messageSupplier) NOP implementation that does nothing.static LoggingEventBuilderNOPLoggingEventBuilder.singleton()Returns the singleton instance of this class.