Home | History | Annotate | Download | only in pages

Lines Matching full:logger

39     <a href="apidocs/org/slf4j/Logger.html"><code>Logger</code></a>
45 <code>Object[]</code>. Thus, the Logger interface generated by the
52 in logger retrieval times. Given the extent of the improvement,
68 It begins by getting a logger with the name "HelloWorld". This
69 logger is in turn used to log the message "Hello World".
72 <pre class="prettyprint source">import org.slf4j.Logger;
77 Logger logger = LoggerFactory.getLogger(HelloWorld.class);
78 logger.info("Hello World");
91 SLF4J: Defaulting to no-operation (NOP) logger implementation
123 <pre class="prettyprint source"> 1: <b>import org.slf4j.Logger;</b>
128 6: <b>final Logger logger = LoggerFactory.getLogger(Wombat.class);</b>
137 15: <b>logger.debug("Temperature set to {}. Old temperature was {}.", t, oldT);</b>
140 18: <b>logger.info("Temperature has risen above 50 degrees.");</b>
195 <a href="http://logback.qos.ch/apidocs/ch/qos/logback/classic/Logger.html">
196 <code>ch.qos.logback.classic.Logger</code></a> class is a
198 href="http://www.slf4j.org/apidocs/org/slf4j/Logger.html">
199 <code>org.slf4j.Logger</code></a> interface. Thus, using SLF4J