Allow the user to select different log levels:
Log all (Default)
Log Warnings & Errors
Log Errors
Log nothing
If the user has enabled debug logs they show up at all times except if "Log Nothing" is selected.
Some work has been done on this by updating CCLogger to respect LogFilters, we just need to support it in SnipSniper now.
(Debug mode automatically sets filter to Debug)
Allow the user to select different log levels: Log all (Default) Log Warnings & Errors Log Errors Log nothing If the user has enabled debug logs they show up at all times except if "Log Nothing" is selected.