org.apache.cocoon.util
Class AbstractLogEnabled

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

public abstract class AbstractLogEnabled
extends Object

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

Version:
$Id: AbstractLogEnabled.java 489916 2006-12-23 18:43:44Z cziegeler $

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-2007 The Apache Software Foundation. All Rights Reserved.