Home | History | Annotate | Download | only in pages

Lines Matching full:logger

29       <li><a href="#extended_logger">Extended logger</a></li>
215 <h3>Printing using a logger</h3>
220 destination. This can be accomplished by associating a logger of
224 <p>After you have associated a logger with a profiler, you would
229 <em>Profiler with a logger: <a
236 19 static Logger logger = LoggerFactory.getLogger(NestedProfilerDemo2.class);
240 23 // associate a logger with the profiler
241 24 <b>profiler.setLogger(logger);</b>
272 any logging event bearing the "PROFILER" marker, even if the logger
290 &lt;Pattern>%-5level %logger{36} - %msg%n&lt;/Pattern>
328 <h2><a name="extended_logger"></a>Extended Logger</h2>
410 private XLogger logger = XLoggerFactory.getXLogger(TestService.class
419 logger.entry();
423 logger.exit(testMsg);
428 logger.entry();
431 logger
433 logger.catching(ex);
435 logger.exit();
439 logger.entry(key);
443 logger.exit(value);
448 logger.entry();
450 logger.exit(key);
550 <p>Simply changing the root logger level to DEBUG in the example
697 <p>The EventLogger class uses a Logger named "EventLogger". EventLogger uses a logging level
702 &lt;Pattern&gt;%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n&lt;/Pattern&gt;
712 &lt;logger name="EventLogger" additivity="false"&gt;
715 &lt;/logger&gt;
748 logger</a> to add statements as appropriately, but another is to use
773 final static Logger _log = LoggerFactory.getLogger(LoggingHelloWorld.class.getName());
831 <pre>&lt;logger name="org.apache.commons.lang.builder" level="OFF" /&gt;</pre>
869 <li>The name of the logger variable is fixed (to a value unlikely to be used) so if that