BepInEx / HarmonyX

Harmony built on top of MonoMod.RuntimeDetours with additional features
MIT License
329 stars 42 forks source link

For log file open with full share access, if user sets "HARMONY_LOG_FILE" append obsolete to old FileLog #83

Closed mitchcapper closed 10 months ago

mitchcapper commented 10 months ago

This fixes two issues:

unrelated, the upstream harmony always appends the log file, vs HarmonyX which truncates on each start. I prefer the HX behavior but wanted to note the difference.