Package | Description |
---|---|
io.netty.util.internal.logging |
Internal-use-only logging API which is not allowed to be used outside Netty.
|
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 argA,
Object argB)
Performs a two argument substitution for the 'messagePattern' passed as
parameter.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.