Uses of Interface
org.apache.maven.plugin.logging.Log

Packages that use Log
org.apache.maven.plugin   
org.apache.maven.plugin.logging   
 

Uses of Log in org.apache.maven.plugin
 

Methods in org.apache.maven.plugin that return Log
 Log AbstractMojo.getLog()
          By default, return a SystemStreamLog logger.
 Log Mojo.getLog()
          Furnish access to the standard Maven logging mechanism which is managed in this base class.
 

Methods in org.apache.maven.plugin with parameters of type Log
 void AbstractMojo.setLog(Log log)
           
 void Mojo.setLog(Log log)
          Inject a standard Maven logging mechanism to allow this Mojo to communicate events and feedback to the user.
 

Uses of Log in org.apache.maven.plugin.logging
 

Classes in org.apache.maven.plugin.logging that implement Log
 class SystemStreamLog
          Logger with "standard" output and error output stream.
 



Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.