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