PatchworkMC / patchwork-patcher

Patches Forge mod jars, allowing them to be loaded by Fabric
GNU Lesser General Public License v3.0
315 stars 33 forks source link

Logger freezes when called too many times/Use Log4j instead #25

Closed TheGlitch76 closed 4 years ago

TheGlitch76 commented 4 years ago

Steps to reproduce:

I recommend using Log4j instead, as our custom logger doesn't seem to provide any extra function that cannot be done with Log4j, Log4j will be on the classpath when running Patcher in Minecraft, and having our own logger system is an excessive maintenance burden.

shedaniel commented 4 years ago

Question: Is the logger freezing or the UI freezing?

TheGlitch76 commented 4 years ago

The logger is blocking the main Patcher thread, not the UI