You are viewing a potentially older version of this package. View all versions.
mattymatty-AsyncLoggers_Filter-1.1.2 icon

AsyncLoggers Filter

Set Log Level for each Mod independently

Date uploaded a month ago
Version 1.1.2
Download link mattymatty-AsyncLoggers_Filter-1.1.2.zip
Downloads 542
Dependency string mattymatty-AsyncLoggers_Filter-1.1.2

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
mattymatty-AsyncLoggers-1.6.3 icon
mattymatty-AsyncLoggers

YEET the logs to their own thread!

Preferred version: 1.6.3

README

AsyncLoggers.Filter

GitHub Release GitHub Pre-Release
Thunderstore Downloads

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/plugins folder

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!