java.lang.Object
org.newsclub.net.unix.StackTraceUtil
Internal helper class to dump stack traces when deemed appropriate.
NOTE: For junit testing classes, use
kohlschutter-test-util
's TestStackTraceUtil
.- Author:
- Christian Kohlschütter
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Print/Log the stack trace of the given Throwable.static void
Print/Log the stack trace of the given Throwable, marking this entry as a "severe condition".
-
Method Details
-
printStackTrace
Print/Log the stack trace of the given Throwable.- Parameters:
t
- The throwable to log.
-
printStackTraceSevere
Print/Log the stack trace of the given Throwable, marking this entry as a "severe condition".- Parameters:
t
- The throwable to log.
-