format method

String format(
  1. TraceEntry entry
)

Implementation

String format(TraceEntry entry) => _formatter.format(entry);