org.kuali.rice.core.config.logging
Class Log4jLifeCycle

java.lang.Object
  extended by org.kuali.rice.core.lifecycle.BaseLifecycle
      extended by org.kuali.rice.core.config.logging.Log4jLifeCycle
All Implemented Interfaces:
Lifecycle

public class Log4jLifeCycle
extends BaseLifecycle

Lifecycle implementation that initializes and shuts down Log4J logging


Constructor Summary
Log4jLifeCycle()
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class org.kuali.rice.core.lifecycle.BaseLifecycle
isStarted, setStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jLifeCycle

public Log4jLifeCycle()
Method Detail

start

public void start()
           throws Exception
Specified by:
start in interface Lifecycle
Overrides:
start in class BaseLifecycle
Throws:
Exception

stop

public void stop()
          throws Exception
Specified by:
stop in interface Lifecycle
Overrides:
stop in class BaseLifecycle
Throws:
Exception


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.