Uses of Class
pl.project13.core.log.FormattingTuple
-
Packages that use FormattingTuple Package Description pl.project13.core.log -
-
Uses of FormattingTuple in pl.project13.core.log
Fields in pl.project13.core.log declared as FormattingTuple Modifier and Type Field Description static FormattingTupleFormattingTuple. NULLMethods in pl.project13.core.log that return FormattingTuple Modifier and Type Method Description static FormattingTupleMessageFormatter. arrayFormat(java.lang.String messagePattern, java.lang.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 FormattingTupleMessageFormatter. format(java.lang.String messagePattern, java.lang.Object arg)Performs single argument substitution for the 'messagePattern' passed as parameter.static FormattingTupleMessageFormatter. format(java.lang.String messagePattern, java.lang.Object arg1, java.lang.Object arg2)Performs a two argument substitution for the 'messagePattern' passed as parameter.
-