withFrameFormatter
open fun withFrameFormatter(frameFormatter: (StackTraceElement) -> String): StandardStackTracePrinter
Return a new StandardStackTracePrinter from this one uses the specified formatter to create a string representation of a frame.
Return
a new StandardStackTracePrinter instance
Parameters
frameFormatter
the frame formatter to use