warn method

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

Implementation

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