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
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev