Package | Description |
---|---|
org.apache.maven.monitor.logging | |
org.apache.maven.plugin | |
org.apache.maven.plugin.logging |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLog |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
SystemStreamLog
Logger with "standard" output and error output stream.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.