| Package | Description |
|---|---|
| com.github.housepower.log |
| Modifier and Type | Method and Description |
|---|---|
static FormattingTuple |
MessageFormatter.arrayFormat(String messagePattern,
Object[] argArray) |
static FormattingTuple |
MessageFormatter.arrayFormat(String messagePattern,
Object[] argArray,
Throwable throwable) |
static FormattingTuple |
MessageFormatter.format(String messagePattern,
Object arg)
Performs single argument substitution for the 'messagePattern' passed as
parameter.
|
static FormattingTuple |
MessageFormatter.format(String messagePattern,
Object arg1,
Object arg2)
Performs a two argument substitution for the 'messagePattern' passed as
parameter.
|
Copyright © 2021. All rights reserved.