Interface TraceFormatter

All Known Implementing Classes:
DefaultTraceFormatter

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

    Modifier and Type
    Method
    Description
    format(Trace trace)
    Formats the given trace including all subtraces.
  • Method Details

    • format

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