The Simple Logging Facade for Java or (SLF4J) is intended to serve
as a simple facade for various logging APIs allowing to the end-user
to plug in the desired implementation at deployment time. SLF4J also
allows for a gradual migration path away from
Jakarta Commons Logging (JCL).
Logging API implementations can either choose to implement the
SLF4J interfaces directly, e.g. NLOG4J or SimpleLogger. Alternatively,
it is possible (and rather easy) to write SLF4J adapters for the given
API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter..
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.7.30-16
- Add noarch to ExclusiveArch
* Sat Nov 23 2024 Marián Konček <mkoncek@redhat.com> - 1.7.30-15
- Disable building on i686
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 1.7.30-14
- Rebuild with regenerated Requires on Java
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.7.30-13
- Rebuilt for MSVSphere 9.2 beta
* Mon Jan 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7.30-13
- Rebuild to regenerate auto-requires