[slf4j.org-svn] / slf4j / trunk / slf4j-migrator / LIMITATIONS.txt Repository:
ViewVC logotype

View of /slf4j/trunk/slf4j-migrator/LIMITATIONS.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 979 - (download) (annotate)
Thu Feb 21 18:43:04 2008 UTC (2 years, 6 months ago) by ceki
File size: 764 byte(s)
- renaming slf4j-converter module to slf4j-migrator
The slf4j-migrator aims to 

General limitations
===================

- the FATAL level is not supported. 

  This is limitation is not deemed serious because there are usually
  very few log statements bearing the FATAL level. 


- 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) {
   ...
  }


When migrating from log4j 
=========================

- Since NDC is not supported by SLF4J, the migrator cannot properly handle 
  NDC statements.
  
- Calls to PropertyConfigurator or DomConfigurator cannot be migrated since
  SLF4J the equivalents.
  

slf4j.org lists
ViewVC Help
Powered by ViewVC 1.0.1