org.codehaus.plexus.logging
Class AbstractLogEnabled

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
All Implemented Interfaces:
LogEnabled

public abstract class AbstractLogEnabled
extends Object
implements LogEnabled


Constructor Summary
AbstractLogEnabled()
           
 
Method Summary
 void enableLogging(Logger theLogger)
           
protected  Logger getLogger()
           
protected  void setupLogger(Object component)
           
protected  void setupLogger(Object component, Logger logger)
           
protected  void setupLogger(Object component, String category)
           
 
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

enableLogging

public void enableLogging(Logger theLogger)
Specified by:
enableLogging in interface LogEnabled

getLogger

protected Logger getLogger()

setupLogger

protected final void setupLogger(Object component)

setupLogger

protected final void setupLogger(Object component,
                                 String category)

setupLogger

protected final void setupLogger(Object component,
                                 Logger logger)


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.