Author: fmeschbe
Date: Thu Jun 12 03:38:53 2008
New Revision: 667039
URL: http://svn.apache.org/viewvc?rev=667039&view=rev
Log:
Add Log4J API to readme
Modified:
incubator/sling/trunk/commons/log/README.txt
Modified: incubator/sling/trunk/commons/log/README.txt
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/commons/log/README.txt?rev=667039&r1=667038&r2=667039&view=diff
==============================================================================
--- incubator/sling/trunk/commons/log/README.txt (original)
+++ incubator/sling/trunk/commons/log/README.txt Thu Jun 12 03:38:53 2008
@@ -8,8 +8,9 @@
(1) An implementation of the Log Service Specification contained in
the OSGi Service Platform Service Compendium book.
- (2) The SLF4J API package (org.slfj) and Apache Commons Logging API
- package (org.apache.commons.logging) for clients to use.
+ (2) The SLF4J API package (org.slfj), Apache Commons Logging API
+ package (org.apache.commons.logging) and Log4J package
+ (org.apache.log4j) for clients to use.
(3) Backend logging implementation of the SLF4J interfaces.