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