org.apache.maven.lifecycle.internal
Class LifecycleDebugLogger
java.lang.Object
   org.apache.maven.lifecycle.internal.LifecycleDebugLogger
org.apache.maven.lifecycle.internal.LifecycleDebugLogger
- @Component(role=LifecycleDebugLogger.class)
public class LifecycleDebugLogger 
- extends Object
Logs debug output from the various lifecycle phases.
- Since:
- 3.0
- Author:
- Benjamin Bentmann, Jason van Zyl, Kristian Rosenvold (extracted class only)
         
         NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LifecycleDebugLogger
public LifecycleDebugLogger()
LifecycleDebugLogger
public LifecycleDebugLogger(org.codehaus.plexus.logging.Logger logger)
debug
public void debug(String s)
- 
 
info
public void info(String s)
- 
 
debugReactorPlan
public void debugReactorPlan(ProjectBuildList projectBuilds)
- 
 
debugProjectPlan
public void debugProjectPlan(MavenProject currentProject,
                             MavenExecutionPlan executionPlan)
- 
 
logWeavePlan
public void logWeavePlan(MavenSession session)
- 
 
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.