Class AbstractLogEnabled

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

public abstract class AbstractLogEnabled extends Object implements LogEnabled
  • Constructor Details

    • AbstractLogEnabled

      public AbstractLogEnabled()
  • Method Details

    • 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)