albfan / jmeld

A visual diff and merge tool
44 stars 31 forks source link

Add logging feature #58

Open albfan opened 5 years ago

albfan commented 5 years ago

log execution of jmeld seems reasonable to triage problems or get traces for unexpected errors

Use log4j2 seems a good choice, and I'm byased to use YAML for config files:

https://springframework.guru/log4j-2-configuration-using-yaml/

WolfgangFahl commented 5 years ago

java.util.logging needs less configuration and might also be good for a start