Package org.slf4j.helpers
Class FormattingTuple
- java.lang.Object
-
- org.slf4j.helpers.FormattingTuple
-
public class FormattingTuple extends Object
Holds the results of formatting done byMessageFormatter.- Author:
- Joern Huxhorn
-
-
Field Summary
Fields Modifier and Type Field Description static FormattingTupleNULL
-
Constructor Summary
Constructors Constructor Description FormattingTuple(String message)FormattingTuple(String message, Object[] argArray, Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]getArgArray()StringgetMessage()ThrowablegetThrowable()
-
-
-
Field Detail
-
NULL
public static FormattingTuple NULL
-
-