Lines Matching full:logger
92 <h3 class="doAnchor" name="loggerNameMismatch">Detected logger
95 <p>Logger name mismatch warnings are printed only if the
98 be printed even in case of a logger name mismatch.
102 be printed in case the name of the logger specified via a class
114 Logger logger = LoggerFactory.getLogger(<b>Kangaroo.class</b>);
119 <pre class="prettyprint source">SLF4J: Detected logger name mismatch. Given name: "com.foo.Kangaroo"; computed name: "com.acme.Fruit".</pre>
125 in which the logger is defined is a super-type of the class
129 Logger logger = LoggerFactory.getLogger(getClass());
139 of the class where a logger is defined. We are very interested to
161 will default to a no-operation (NOP) logger implementation.
324 calls made to an SLF4J logger to log4j. The purpose of the
326 logger to SLF4J. If both <em>slf4j-log4j12.jar</em> and
329 after the first invocation of an SLF4J or a log4j logger.
341 at org.apache.log4j.Logger..<init>(Logger.java:35)
347 at org.apache.log4j.Logger..<init>(Logger.java:35)
372 calls made to an SLF4J logger to jakarta commons logging
374 calls made to a JCL logger to SLF4J. If both
378 SLF4J or a JCL logger.
461 honor such logger creation requests.</p>
466 initialization completes, the substitute logger will delegate
467 logging calls to the appropriate logger implementation and
468 otherwise will function as any other logger returned by
472 <p>If any substitute logger had to be created, SLF4J will emit a a