[slf4j-dev] svn commit: r938 - in slf4j/trunk/slf4j-converter: . src/main/java/org/slf4j/converter
ceki at slf4j.org
ceki at slf4j.org
Thu Jan 10 21:25:24 CET 2008
Author: ceki
Date: Thu Jan 10 21:25:24 2008
New Revision: 938
Added:
slf4j/trunk/slf4j-converter/LIMITATIONS.txt
Removed:
slf4j/trunk/slf4j-converter/src/main/java/org/slf4j/converter/Writer.java
Log:
- the o.s.converter.Writer class is no longer used.
Added: slf4j/trunk/slf4j-converter/LIMITATIONS.txt
==============================================================================
--- (empty file)
+++ slf4j/trunk/slf4j-converter/LIMITATIONS.txt Thu Jan 10 21:25:24 2008
@@ -0,0 +1,18 @@
+
+
+- if a method declares multipe loggers on the same line, the conversion will not be complete. Example:
+
+
+ public void someMethod(Log l1, Log l2) {
+ ...
+ }
+
+ will be converted as
+
+ public void someMethod(Log l1, Logger l2) {
+ ...
+ }
+
+
+
+- the FATAL level is not supported
\ No newline at end of file
More information about the slf4j-dev
mailing list