Emotion
Emotion copied to clipboard
Log Filtering
Currently, you can't filter by log source/type. Some spammy sources such as "ShaderSource" and "Input" have been hardcoded out in the LoggingProvider.Log function, but they should probably be the default filter.
It would be nice to have separate filters for the Log files and the StdOut.
Additionally, it would be beneficial if a separate logging provider can be hooked up to certain sources/types. Like for instance having a network logger for errors only. This might mean a bigger refactor to the way the logger is built.