类 FormattingTuple

java.lang.Object
com.alibaba.csp.sentinel.log.jul.FormattingTuple

public class FormattingTuple extends Object
Holds the results of formatting done by MessageFormatter.
作者:
Joern Huxhorn
  • 字段详细资料

  • 构造器详细资料

    • 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()