| Constructor and Description |
|---|
MojoLogger(boolean verbose,
org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(CharSequence content) |
void |
error(CharSequence content) |
void |
info(CharSequence content) |
void |
warn(CharSequence content) |
public MojoLogger(boolean verbose,
org.apache.maven.plugin.logging.Log log)
public void debug(CharSequence content)
public void info(CharSequence content)
public void warn(CharSequence content)
public void error(CharSequence content)
Copyright © 2014. All Rights Reserved.