org.slf4j.helpers
Class FormattingTuple
java.lang.Object
org.slf4j.helpers.FormattingTuple
public class FormattingTuple
- extends java.lang.Object
Holds the results of formatting done by MessageFormatter
.
- Author:
- Joern Huxhorn
Constructor Summary |
FormattingTuple(java.lang.String message)
|
FormattingTuple(java.lang.String message,
java.lang.Object[] argArray,
java.lang.Throwable throwable)
|
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(java.lang.String message)
FormattingTuple
public FormattingTuple(java.lang.String message,
java.lang.Object[] argArray,
java.lang.Throwable throwable)
getMessage
public java.lang.String getMessage()
getArgArray
public java.lang.Object[] getArgArray()
getThrowable
public java.lang.Throwable getThrowable()
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.