Description
The LoggerFactory and LoggerAdapter classes, together with Logging.getLogger(…) methods, should be removed. They were created at a time where using frameworks such as SLF4J forced us to adopt their API, while we wanted to use only the java.util.logging API for making possible to avoid completely SLF4J or Log4J dependencies. But now there is alternatives such as java.lang.System.Logger (new in Java 9) or a SLF4J capability to register itself as a java.util.logging implementation. Consequently we should suppress the SIS logging redirection mechanism.
Attachments
Issue Links
- is depended upon by
-
SIS-546 Remove LoggerFactory
- Closed