FilterAction typedef

FilterAction = bool Function(String provider, String category, LogLevel level)

Implementation

typedef FilterAction = bool Function(
  String provider,
  String category,
  LogLevel level,
);