OnLogParams typedef

OnLogParams = (String, Level, String?, LokiLabel?)

Implementation

typedef OnLogParams = (
  String log,
  Level level,
  String? module,
  LokiLabel? labels
);