-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Currently, components use avalon-logging API (obtained by getLogger()), and non-components use SLF4J.
We should create a new interface "LogEnabled", with a default method getLogger() to expose the SLF4J API to components.
LogEnabled and AbstractLogEnabled have been created and may be used in every component