trace method

void trace(
  1. dynamic msg, {
  2. String? module,
  3. LokiLabel? labels,
})

Implementation

void trace(msg, {String? module, LokiLabel? labels}) =>
    _print(msg, Level.trace, module, {_level: Level.trace.toString(), ...?labels});