Martin Desruisseaux created SIS-531:
---------------------------------------
Summary: Deprecate (for removal) LoggerFactory
Key: SIS-531
URL: https://issues.apache.org/jira/browse/SIS-531
Project: Spatial Information Systems
Issue Type: Task
Components: Utilities
Affects Versions: 1.1
Reporter: Martin Desruisseaux
Assignee: Martin Desruisseaux
Fix For: 1.2
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.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)