Skip to content

A ResoniteModLoader mod for Resonite that allows forcing the LogStream to AutoFlush and write to file immediately instead of buffering writes.

License

Notifications You must be signed in to change notification settings

XDelta/LogAutoFlush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogAutoFlush

A ResoniteModLoader mod for Resonite that allows forcing the LogStream to AutoFlush and Write to file instead of buffering writes. This will causes writes to happen significantly more frequently while enabled but when debugging, seeing the full log line instead of one that is partially cut off is worth the trade off.

You must manually enable AutoFlush for this to function. It is intentionally disabled by default.

Installation

  1. Install ResoniteModLoader.
  2. Place LogAutoFlush.dll into your rml_mods folder. This folder should be at C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods for a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create this folder for you.
  3. Start the game. If you want to verify that the mod is working you can check your Resonite logs.

Config Options

Config Option Default Description
AutoFlush false Enable AutoFlushing the logs

About

A ResoniteModLoader mod for Resonite that allows forcing the LogStream to AutoFlush and write to file immediately instead of buffering writes.

Topics

Resources

License

Stars

Watchers

Forks

Languages