public class LoggingUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
failWithThrowableStacktrace(Throwable throwable,
String message)
Appends the stacktrace of the
Throwable to the message provided. |
public static void failWithThrowableStacktrace(Throwable throwable, String message)
Throwable to the message provided. It is the
responsibility of the caller to end their message with a space or newline.throwable - contains the stacktrace to be loggedmessage - a descriptive message for the stacktraceThis work is licensed under a Creative Commons Attribution 4.0 International License.