Lines Matching full:slf4j
7 <title>SLF4J Migrator</title>
20 <h1>SLF4J Migrator</h1>
22 <p>The SLF4J migrator is a small Java tool for migrating Java source
23 files from the Jakarta Commons Logging (JCL) API to SLF4J. It can
24 also migrate from the log4j API to SLF4J, or from
25 <code>java.util.logging</code> API to SLF4J.
28 <p>The SLF4J migrator consists of a single jar file that can be
32 <p class="source">java -jar slf4j-migrator-${version}.jar </p>
40 <p><img src="images/slf4j-migrator.gif" alt="slf4j-migrator.gif"/></p>
45 your responsibility to backup your files before using SLF4J
52 <p>SLF4J migrator is intended as a simple tool to help you to
53 migrate your project source using JCL, log4j or JUL to SLF4J. It can
78 <b>import org.slf4j.Logger;
79 import org.slf4j.LoggerFactory;</b>
92 <p>Although its conversion rules are elementary, the SLF4J migrator
94 Java project from JCL to SLF4J.
97 <p>Migration rules from log4j to SLF4J, or from JUL to SLF4J are
107 use SLF4J instead of JCL or log4j.</p>
158 <p>Since NDC is not supported by SLF4J, the migrator cannot
165 correctly because SLF4J supports such statements.</p>
172 SLF4J equivalents.
190 calls in SLF4J, it is impossible to guess how the user wants to