| Package | Description |
|---|---|
| org.spf4j.base | |
| org.spf4j.io |
| Modifier and Type | Method and Description |
|---|---|
static int |
Slf4jMessageFormatter.format(Appendable to,
ObjectAppenderSupplier appSupplier,
String messagePattern,
Object... argArray)
Slf4j message formatter.
|
static int |
Slf4jMessageFormatter.format(Appendable to,
String messagePattern,
ObjectAppenderSupplier appSupplier,
Object... argArray)
slf4j message formatter.
|
static int |
Slf4jMessageFormatter.format(int firstArgIdx,
Appendable to,
String messagePattern,
ObjectAppenderSupplier appSupplier,
Object... argArray)
Slf4j message formatter.
|
static int |
Slf4jMessageFormatter.format(Slf4jMessageFormatter.ErrorHandler exHandler,
int firstArgIdx,
Appendable to,
String messagePattern,
ObjectAppenderSupplier appSupplier,
Object... argArray)
Slf4j message formatter.
|
static void |
Slf4jMessageFormatter.safeObjectAppend(Slf4jMessageFormatter.ErrorHandler exHandler,
Appendable sbuf,
Object obj,
ObjectAppenderSupplier appSupplier) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurableAppenderSupplier |
| Modifier and Type | Method and Description |
|---|---|
default void |
ObjectAppender.append(T object,
Appendable appendTo,
ObjectAppenderSupplier appenderSupplier)
Method to overwrite for implementing apenders for container objects.
|
static void |
ObjectAppender.appendNullable(Object o,
Appendable appendTo,
ObjectAppenderSupplier appenderSupplier) |
static void |
ObjectAppender.appendNullableJson(Object o,
Appendable appendTo,
ObjectAppenderSupplier appenderSupplier) |
Copyright © 2019 SPF4J. All rights reserved.