org.apache.cocoon.util
Class AbstractLogEnabled

java.lang.Object
  extended byorg.apache.cocoon.util.AbstractLogEnabled

public abstract class AbstractLogEnabled
extends Object

Support for logging. This class is the replacement for the org.apache.avalon.framework.logger.AbstractLogEnabled.

By default this class uses the commons-logging logger configured for the current class. However it is possible to supply custom logger by calling setLogger(Log).

Version:
$Id: AbstractLogEnabled.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Constructor Summary
AbstractLogEnabled()
           
 
Method Summary
 Log getLogger()
           
 void setLogger(Log l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLogEnabled

public AbstractLogEnabled()
Method Detail

getLogger

public Log getLogger()

setLogger

public void setLogger(Log l)


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.