Package org.slf4j.helpers
Class FormattingTuple
java.lang.Object
org.slf4j.helpers.FormattingTuple
Holds the results of formatting done by
MessageFormatter
.- Author:
- Joern Huxhorn
-
Field Summary
-
Constructor Summary
ConstructorDescriptionFormattingTuple
(String message) FormattingTuple
(String message, Object[] argArray, Throwable throwable) -
Method Summary
-
Field Details
-
NULL
-
-
Constructor Details
-
FormattingTuple
-
FormattingTuple
-
-
Method Details
-
getMessage
-
getArgArray
-
getThrowable
-