public class DebugOutput extends DefaultOutput
| Constructor and Description |
|---|
DebugOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
printException(String message)
Prints the message to console.
|
void |
printException(String message,
Throwable e)
Prints the message and info about the throwable to console.
|
void |
printException(Throwable e)
Prints info about the throwable to console.
|
broadcast, broadcast, debugMessage, getLogger, printConsole, printConsole, printError, printError, printError, sendMessage, sendMessagepublic void printException(Throwable e)
OutputprintException in interface OutputprintException in class DefaultOutpute - the Throwablepublic void printException(String message)
OutputprintException in interface OutputprintException in class DefaultOutputmessage - the message. Should be user readablepublic void printException(String message, Throwable e)
OutputprintException in interface OutputprintException in class DefaultOutputmessage - the message, Should be user readablee - the ThrowableCopyright © 2015. All rights reserved.