Use existing SLF4J SPI implementation
-------------------------------------
Key: SLING-1867
URL: https://issues.apache.org/jira/browse/SLING-1867
Project: Sling
Issue Type: Task
Components: Commons
Affects Versions: Commons Log 2.0.8
Reporter: Felix Meschberger
Currently the commons/log module uses a private implementation of the SLF4J SPI
to provide logging to the console or to log files. In that respect we provide a
small subset of the functionality or more complete SLF4J SPI implementations
like logback or nlog4j.
We should probably consider to drop our implementation and instead use Log4J
(somewhat older but offers more appenders and is an ASF project widely used and
supported) or LogBack (more modern but offers less appenders)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.