Hello Kim, Use slf4j-migrator [1] to migrate the source code of your applications to SLF4J. Use log4j-over-slf4j and/or jul-to-slf4j to redirect log4j, respectively JUL logs to SLF4J. See http://slf4j.org/legacy.html for more information.
Cheers, [1] http://slf4j.org/migrator.html Kimberly Vogt wrote: > Hi, > > My group is considering using LogBack for our project, and I'm trying to > figure out there's a painless way to migrate both JUL logs and Log4j to > LogBack? We are currently using some Log4j, but we also use EclipseLink > which uses JUL. Any help is appreciated. > > Thanks, > > Kim -- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch _______________________________________________ Logback-user mailing list [email protected] http://qos.ch/mailman/listinfo/logback-user
