You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sis.apache.org by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2021/12/10 10:24:00 UTC

[jira] [Resolved] (SIS-531) Deprecate (for removal) LoggerFactory

     [ https://issues.apache.org/jira/browse/SIS-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Desruisseaux resolved SIS-531.
-------------------------------------
    Resolution: Fixed

> 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
>            Priority: Minor
>             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)