Replies: 4 comments
-
We decided not to select a specific logging framework and instead leave that to users to plug in their desired one of choice. Regarding the specific points:
|
Beta Was this translation helpful? Give feedback.
-
Given SLF4J is already a dependency, why not use it? The motivation you quote is exactly the one behind SLF4J, and it seems advantageous to leverage existing work.
|
Beta Was this translation helpful? Give feedback.
-
Another comment: the name |
Beta Was this translation helpful? Give feedback.
-
@algattik We have already decided not to use a particular logging framework. The dependency on SLF4J is there because of a third-party library and I would like to remove that. Regarding the issues, please discuss concrete requirements and we can address those. I'm going to close this issue as we have already addressed this decision. |
Beta Was this translation helpful? Give feedback.
-
EDC usages a custom logging framework (Monitor, Console Implementation) that is missing much essential functionality like:
Probably SLF4J can be use as it is built precisely as a highly compatible layer on top of other logging frameworks and to provide that functionality. If that is not an option, JUL (java.util.Logging) can be used which is part of the JVM.
Beta Was this translation helpful? Give feedback.
All reactions