https://github.com/xdelta/logautoflush
A ResoniteModLoader mod for Resonite that allows forcing the LogStream to AutoFlush and write to file immediately instead of buffering writes.
https://github.com/xdelta/logautoflush
csharp mod resonite resonite-mod resonitemodloader
Last synced: 10 months ago
JSON representation
A ResoniteModLoader mod for Resonite that allows forcing the LogStream to AutoFlush and write to file immediately instead of buffering writes.
- Host: GitHub
- URL: https://github.com/xdelta/logautoflush
- Owner: XDelta
- License: gpl-3.0
- Created: 2024-09-12T20:25:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T22:23:34.000Z (almost 2 years ago)
- Last Synced: 2025-07-22T00:37:36.432Z (11 months ago)
- Topics: csharp, mod, resonite, resonite-mod, resonitemodloader
- Language: C#
- Homepage: https://discord.gg/T58KSBgUdJ
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LogAutoFlush
A [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader) mod for [Resonite](https://resonite.com/) 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](https://github.com/resonite-modding-group/ResoniteModLoader).
1. Place [LogAutoFlush.dll](https://github.com/XDelta/LogAutoFlush/releases/latest/download/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.
1. 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 |