Interface TraceFormatter

  • All Known Implementing Classes:
    DefaultTraceFormatter

    public interface TraceFormatter
    Responsible for bringing the trace hierarchy into an suitable printable or loggable format.
    • Method Detail

      • format

        String format​(Trace trace)
        Formats the given trace including all subtraces.
        Parameters:
        trace - the trace to be formatted
        Returns:
        the formatted string