SubnauticaModding / QModManager

Config based patch management for Subnautica and Subnautica: Below Zero
https://discord.gg/UpWuWwq
Other
141 stars 51 forks source link

Refactor log filter #239

Closed toebeann closed 3 years ago

toebeann commented 3 years ago

For the sake of improved maintainability, this PR moves the log filtering out from the QModPluginGenerator BepInEx patcher into its own discrete class, a BepInEx plugin that is part of the QModManager csproj.

Since there are now two plugins in that project, it also organises the QMMLoader plugin together into an appropriate namespace.