Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
slf4j: Simple Logging Facade for Java
| Name: | slf4j |
Vendor: | JPackage Project |
| Version: | 1.4.2 |
License: | X11 License |
| Release: | 1jpp |
URL: | http://www.slf4j.org/ |
- Summary
- 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..
Arch: noarch
| Download: | slf4j-1.4.2-1jpp.src.rpm |
| Build Date: | Wed Jul 18 17:32:42 2007 |
| Packager: | Ralph Apel <r.apel@r-apel.de> |
| Size: | 615 KiB |
Changelog
- * Wed Jul 18 12:00:00 2007 Ralph Apel <r.apel at r-apel.de> 0:1.4.2-1jpp
-
- Upgrade to 1.4.2
- Build with maven2
- Add poms and depmap frags
- Add gcj_support option
- * Mon Jan 30 11:00:00 2006 Ralph Apel <r.apel at r-apel.de> 0:1.0-0.rc5.1jpp
-
- First JPackage release.