Package io.netty.util.internal.logging
Class FormattingTuple
- java.lang.Object
-
- io.netty.util.internal.logging.FormattingTuple
-
public final class FormattingTuple extends java.lang.Object
Holds the results of formatting done byMessageFormatter
.
-
-
Constructor Summary
Constructors Constructor Description FormattingTuple(java.lang.String message, java.lang.Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
java.lang.Throwable
getThrowable()
-