Uses of Class
io.netty.util.internal.logging.FormattingTuple
Packages that use FormattingTuple
Package
Description
Internal-use-only logging API which is not allowed to be used outside Netty.
-
Uses of FormattingTuple in io.netty.util.internal.logging
Methods in io.netty.util.internal.logging that return FormattingTupleModifier and TypeMethodDescriptionstatic FormattingTuple
MessageFormatter.arrayFormat
(String messagePattern, Object[] argArray) Same principle as theMessageFormatter.format(String, Object)
andMessageFormatter.format(String, Object, Object)
methods except that any number of arguments can be passed in an array.static FormattingTuple
Performs single argument substitution for the 'messagePattern' passed as parameter.static FormattingTuple
Performs a two argument substitution for the 'messagePattern' passed as parameter.