ch.vorburger.exec
ch.vorburger.exec copied to clipboard
separate core functionality from default logging
For a new personal project I'm toying with, I'd actually prefer it now if this great old library of mine would separate its core functionality from the currently built-in and on by default logging it does.
If I find the time for it, I therefore may split exec into exec-core (which would have no dependency on slf4j, or any other logging framework) and exec-slf4j some day.