Home | History | Annotate | Download | only in pages

Lines Matching full:slf4j

26   <p>Given the very large user base of SLF4J, we take backward
29 slf4j-api.jar is the main entry point into SLF4J, that is the module
34 caused by mixing different versions of slf4j artifacts. For example,
35 if you are using slf4j-api-1.5.4.jar you should also use
36 slf4j-simple-1.5.4.jar, using slf4j-simple-1.4.2.jar will not
37 work. The same goes for all other SLF4J artifacts.
43 contact the slf4j developers list.</p>
63 <td>org.slf4j.helpers.SubstituteLoggerFactory</td>
81 <h3>slf4j-api module, list of breaking changes:</h3>
94 <td>org.slf4j.Marker</td>
100 <td>org.slf4j.Marker</td>
111 href="http://bugzilla.slf4j.org/show_bug.cgi?id=100">bug 100</a>
125 <h3>slf4j-api module, list of breaking changes:</h3>
138 <td>org.slf4j.helpers.MessageFormatter</td>
156 <h3>slf4j-api module, list of breaking changes:</h3>
171 <td>org.slf4j.spi.MDCAdapter</td>
179 <td>org.slf4j.spi.MDCAdapter</td>
188 <td>org.slf4j.IMarkerFactory</td>
189 <td>public org.slf4j.Marker getDetachedMarker(java.lang.String)</td>
197 <td>org.slf4j.Marker</td>
206 <td>org.slf4j.Marker</td>
215 that ship with SLF4J and for logback-classic, which will be
218 the user mixes different versions for slf4j-api.jar, say version
219 1.5.1. and an SLF4J binding, say slf4j-log4j12.jar version 1.5.0,
232 the <code>org.slf4j.IMarkerFactory</code> should not impact users as
233 the only (known) implementation of this interface ships with SLF4J
238 were added to the <code>org.slf4j.Marker</code> interface for