You are viewing a potentially older version of this package.
View all versions.
AsyncLoggers
YEET the logs to their own thread!
| Date uploaded | 2 days ago |
| Version | 1.2.7 |
| Download link | mattymatty-AsyncLoggers-1.2.7.zip |
| Downloads | 2046 |
| Dependency string | mattymatty-AsyncLoggers-1.2.7 |
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
Async Loggers
YEET the logs to their own thread!
remove any log related delays by processing them separately from the game stuff. the more logs your modpack generates the bigger the impact this mod has!
Installation
- Install BepInEx
- Unzip this mod into your
Lethal Company/BepInEx/pluginsfolder
Or use the mod manager to handle the installing for you.
CHANGELOG
v1.2.7
- use non-unsigned values to calculate the wrapPoint ( make the patch actually work )
v1.2.6
- dispose of BepInEx loggers when wrapper is disposed
- use Application.quitting instead of Application.wantsToQuit
v1.2.5
- apply circular buffer logic and overwrite older logs
v1.2.4
- avoid a cast at startup
v1.2.3
- change threads to not background
v1.2.2
- small improvements
- add config to decide the Shutdown Action
v1.2.1
- use a size-limited RingBuffer instead of indefinitely growing buffer
- add config options for buffer sizes
v1.2.0
- added Scheduler type selection
v1.1.0
- Improved performance
- Added Error handling of logs