| Package | Description |
|---|---|
| com.alibaba.nacos.client.logger.util |
| Modifier and Type | Field and Description |
|---|---|
static FormattingTuple |
FormattingTuple.NULL |
| Modifier and Type | Method and Description |
|---|---|
static FormattingTuple |
MessageFormatter.arrayFormat(String messagePattern,
Object[] argArray)
Same principle as the
MessageFormatter.format(String, Object) and MessageFormatter.format(String, Object, Object) methods except
that any number of arguments can be passed in an array. |
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 © 2018 Alibaba Group. All rights reserved.