Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.
AsyncLoggers Filter
Set Log Level for each Mod independently
| Date uploaded | 2 years ago |
| Version | 1.1.2 |
| Download link | mattymatty-AsyncLoggers_Filter-1.1.2.zip |
| Downloads | 665 |
| Dependency string | mattymatty-AsyncLoggers_Filter-1.1.2 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
AsyncLoggers.Filter
Set Log Level for each Mod independently!
by default all logs are allowed through and are handled by normal BepInEx config
this mod acts as a filter layered on top of the default BepInEx config, if BepInEx blocks a log this mod cannot unblock it
Installation
- Install BepInEx
- Unzip this mod into your
BepInEx/pluginsfolder
Or use the mod manager to handle the installing for you.
CHANGELOG
v1.1.2
- use threads and semaphores
v1.1.1
- small optimization
v1.1.0
- rewritten as a preloader
- more reactive source registration
v1.0.1
- tweaks and slight performance improvement
v1.0.0
- Release!