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
  • Field Details

  • Constructor Details

    • FormattingTuple

      public FormattingTuple(String message)
    • FormattingTuple

      public FormattingTuple(String message, Object[] argArray, Throwable throwable)
  • Method Details

    • getMessage

      public String getMessage()
    • getArgArray

      public Object[] getArgArray()
    • getThrowable

      public Throwable getThrowable()