Description
The following were deprecated in SIS 1.2 and should be removed in SIS 1.3:
- Class org.apache.sis.util.logging.LoggerFactory
- Static method Logging.getLogger(String)
The reason for their removal is because popular logging framework like SLF4J now have their own mechanism for redirecting java.util.logging to themselves. For example in the case of SLF4J, users just need to add the jul-to-slf4j.jar on their classpath.
Attachments
Issue Links
- depends upon
-
SIS-531 Deprecate (for removal) LoggerFactory
- Closed