| Package | Description |
|---|---|
| org.apache.maven.monitor.logging | |
| org.apache.maven.plugin | |
| org.apache.maven.plugin.logging |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultLog |
| Modifier and Type | Method | Description |
|---|---|---|
Log |
AbstractMojo.getLog() |
Returns the logger that has been injected into this mojo.
|
Log |
Mojo.getLog() |
Furnish access to the standard Maven logging mechanism which is managed in this base class.
|
| Modifier and Type | Method | Description |
|---|---|---|
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. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SystemStreamLog |
Logger with "standard" output and error output stream.
|