| 程序包 | 说明 |
|---|---|
| com.taobao.middleware.logger.util |
| 限定符和类型 | 字段和说明 |
|---|---|
static FormattingTuple |
FormattingTuple.NULL |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2019. All rights reserved.