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

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

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

Classes in org.apache.maven.monitor.logging that implement Log
 class DefaultLog
           
 

Uses of Log in org.apache.maven.plugin
 

Methods in org.apache.maven.plugin that return Log
 Log Mojo.getLog()
          Furnish access to the standard Maven logging mechanism which is managed in this base class.
 Log AbstractMojo.getLog()
          Returns the logger that has been injected into this mojo.
 

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

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-2013 The Apache Software Foundation. All Rights Reserved.