Martin Desruisseaux created SIS-546:
---------------------------------------
Summary: Remove LoggerFactory
Key: SIS-546
URL: https://issues.apache.org/jira/browse/SIS-546
Project: Spatial Information Systems
Issue Type: Improvement
Components: Utilities
Affects Versions: 1.2
Reporter: Martin Desruisseaux
Fix For: 1.3
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.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)