BepInEx / HarmonyX

Harmony built on top of MonoMod.RuntimeDetours with additional features
MIT License
374 stars 44 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 1 year ago

mitchcapper commented 1 year 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.