Open cpetrov opened 7 years ago
Hm. I would go in a different direction. Instead of removing log levels i would like to include more logging by the framework on the "debug" level, which you then can filter out if you only want to see your own logs.
I like @tbuschto suggestions. We should also update the implementation on iOS to use less space for the filter.
Problem description
Filtering console logs by type is rather uncommon, especially on a mobile device. On iOS the console type selector is always visible and takes unnecessary space.
Expected behavior
Support for this feature could be removed from iOS and Android.