Uses of Interface
org.apache.maven.plugin.logging.Log
-
Packages that use Log Package Description 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 Modifier and Type Class Description classDefaultLog -
Uses of Log in org.apache.maven.plugin
Methods in org.apache.maven.plugin that return Log Modifier and Type Method Description LogAbstractMojo. getLog()Returns the logger that has been injected into this mojo.LogMojo. 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 Modifier and Type Method Description voidAbstractMojo. setLog(Log log)voidMojo. setLog(Log log)Inject a standardMavenlogging mechanism to allow thisMojoto 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 Modifier and Type Class Description classSystemStreamLogLogger with "standard" output and error output stream.
-