You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
intoexec-core
(which would have no dependency on slf4j, or any other logging framework) andexec-slf4j
some day.The text was updated successfully, but these errors were encountered: