View Javadoc
1 package xdoclet.util.velocity; 2 3 import org.apache.velocity.runtime.log.Log4JLogSystem; 4 5 /*** 6 * A logsystem that doesn't close down the log4j appenders when it's garbage 7 * collected. 8 * 9 * @author <a href="mailto:aslak.hellesoy at bekk.no">Aslak Hellesøy</a> 10 * @version $Revision: 1.2 $ 11 */ 12 public class DontCloseLog4JLogSystem extends Log4JLogSystem { 13 public void shutdown() { 14 } 15 }

This page was automatically generated by Maven