xdoclet.util.velocity
Class DontCloseLog4JLogSystem

java.lang.Object
  |
  +--org.apache.velocity.runtime.log.Log4JLogSystem
        |
        +--xdoclet.util.velocity.DontCloseLog4JLogSystem
All Implemented Interfaces:
LogSystem

public class DontCloseLog4JLogSystem
extends Log4JLogSystem

A logsystem that doesn't close down the log4j appenders when it's garbage collected.

Version:
$Revision: 1.2 $
Author:
Aslak Hellesøy

Field Summary
 
Fields inherited from class org.apache.velocity.runtime.log.Log4JLogSystem
layout, logger
 
Fields inherited from interface org.apache.velocity.runtime.log.LogSystem
DEBUG_ID, DEBUG_ON, ERROR_ID, INFO_ID, WARN_ID
 
Constructor Summary
DontCloseLog4JLogSystem()
           
 
Method Summary
 void shutdown()
           
 
Methods inherited from class org.apache.velocity.runtime.log.Log4JLogSystem
finalize, init, logVelocityMessage
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DontCloseLog4JLogSystem

public DontCloseLog4JLogSystem()
Method Detail

shutdown

public void shutdown()
Overrides:
shutdown in class Log4JLogSystem


Copyright © 2000-2003 XDoclet Team. All Rights Reserved.