org.slf4j.helpers
Class FormattingTuple
java.lang.Object
org.slf4j.helpers.FormattingTuple
public class FormattingTuple
- extends Object
Holds the results of formatting done by MessageFormatter
.
- Author:
- Joern Huxhorn
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NULL
public static FormattingTuple NULL
FormattingTuple
public FormattingTuple(String message)
FormattingTuple
public FormattingTuple(String message,
Object[] argArray,
Throwable throwable)
getMessage
public String getMessage()
getArgArray
public Object[] getArgArray()
getThrowable
public Throwable getThrowable()
Copyright © 2005–2016 QOS.ch. All rights reserved.