public interface LocationAwareReliabilityStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
log(Supplier<LoggerConfig> reconfigured,
java.lang.String loggerName,
java.lang.String fqcn,
java.lang.StackTraceElement location,
Marker marker,
Level level,
Message data,
java.lang.Throwable t)
Logs an event.
|
void log(Supplier<LoggerConfig> reconfigured, java.lang.String loggerName, java.lang.String fqcn, java.lang.StackTraceElement location, Marker marker, Level level, Message data, java.lang.Throwable t)
reconfigured - supplies the next LoggerConfig if the strategy's LoggerConfig is no longer activeloggerName - The name of the Logger.fqcn - The fully qualified class name of the caller.location - The location of the caller or null.marker - A Marker or null if none is present.level - The event Level.data - The Message.t - A Throwable or null.