Ignoring logs by tag name in Flutter/Dart?
In Flutter/Dart, is it possible to easily ignore log messages based on a particular tag name? For example, here’s my main()
:
In Flutter/Dart, is it possible to easily ignore log messages based on a particular tag name? For example, here’s my main()
: