trace method

  1. @override
void trace(
  1. String message
)

Print trace output.

Implementation

@override
void trace(String message) => _logger.trace('$_indentation$message');