Package | Description |
---|---|
org.slf4j.helpers |
Helper classes.
|
Modifier and Type | Field and Description |
---|---|
static FormattingTuple |
FormattingTuple.NULL |
Modifier and Type | Method and Description |
---|---|
static FormattingTuple |
MessageFormatter.arrayFormat(java.lang.String messagePattern,
java.lang.Object[] argArray) |
static FormattingTuple |
MessageFormatter.arrayFormat(java.lang.String messagePattern,
java.lang.Object[] argArray,
java.lang.Throwable throwable) |
static FormattingTuple |
MessageFormatter.format(java.lang.String messagePattern,
java.lang.Object arg)
Performs single argument substitution for the 'messagePattern' passed as
parameter.
|
static FormattingTuple |
MessageFormatter.format(java.lang.String messagePattern,
java.lang.Object arg1,
java.lang.Object arg2)
Performs a two argument substitution for the 'messagePattern' passed as
parameter.
|