interface StackTracePrinter
Defines method for pretty printing Stack traces.
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract java.lang.String |
prettyPrint(java.lang.Throwable throwable)Pretty print the given stack trace and return the result |
|
abstract java.lang.String |
prettyPrint(java.lang.Throwable throwable, java.util.Map attrs)Pretty print the given stack trace and return the result |
Pretty print the given stack trace and return the result
throwable - The throwablePretty print the given stack trace and return the result
throwable - The throwableoptional - attributes for formatting