org.codehaus.plexus.logging
Class AbstractLogEnabled
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
- All Implemented Interfaces:
- LogEnabled
- Direct Known Subclasses:
- AbstractComponentComposer, DefaultComponentRepository, DefaultPlexusContainer
public abstract class AbstractLogEnabled
- extends java.lang.Object
- implements LogEnabled
- Version:
- $Id: AbstractLogEnabled.java 1806 2005-05-16 12:11:32Z evenisse $
- Author:
- Jason van Zyl, Trygve Laugstøl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLogEnabled
public AbstractLogEnabled()
enableLogging
public void enableLogging(Logger logger)
- Specified by:
enableLogging
in interface LogEnabled
getLogger
protected Logger getLogger()
setupLogger
protected void setupLogger(java.lang.Object component)
setupLogger
protected void setupLogger(java.lang.Object component,
java.lang.String subCategory)
setupLogger
protected void setupLogger(java.lang.Object component,
Logger logger)
Copyright © 2001-2007 Codehaus. All Rights Reserved.