]> source.dussan.org Git - poi.git/commit
Removed runtime dependency from commons logging.
authorNicola Ken Barozzi <nicolaken@apache.org>
Tue, 11 Jun 2002 21:07:58 +0000 (21:07 +0000)
committerNicola Ken Barozzi <nicolaken@apache.org>
Tue, 11 Jun 2002 21:07:58 +0000 (21:07 +0000)
commit48a94a3d0f156d780cc8c15eb9a870e246d81aea
tree4628bb1a4be082ac7ba2ad3a1cbfd99ade66181e
parentce21eea4bbbdc3b8d659a7a925de967f524a0e5b
Removed runtime dependency from commons logging.
Now the PoiLogFactory will try to create a logger using the System property
named "org.apache.poi.util.POILogger".

If it fails, the NullLogger is used.
There is also a basic SystemOutLogger and the former CommonsLogger.

Haven't checked the code that much, but it compiles and POI works.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352672 13f79535-47bb-0310-9956-ffa450edef68
src/java/log4j.properties [deleted file]
src/java/org/apache/poi/util/CommonsLogger.java [new file with mode: 0644]
src/java/org/apache/poi/util/NullLogger.java [new file with mode: 0644]
src/java/org/apache/poi/util/POILogFactory.java
src/java/org/apache/poi/util/POILogger.java
src/java/org/apache/poi/util/SystemOutLogger.java [new file with mode: 0644]
src/resources/devtools/complete-log4j.properties [new file with mode: 0644]
src/resources/devtools/fatal-only-log4j.properties [new file with mode: 0644]
src/resources/devtools/log4j.properties [deleted file]