public class MavenDeployerLog extends Object implements DeployerLog
| Constructor and Description |
|---|
MavenDeployerLog(org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String charSequence) |
void |
error(String charSequence) |
void |
error(String charSequence,
Throwable e) |
void |
info(String charSequence) |
boolean |
isDebugEnabled() |
void |
warn(String charSequence) |
public MavenDeployerLog(org.apache.maven.plugin.logging.Log log)
public void info(String charSequence)
info in interface DeployerLogpublic void error(String charSequence)
error in interface DeployerLogpublic void warn(String charSequence)
warn in interface DeployerLogpublic void debug(String charSequence)
debug in interface DeployerLogpublic void error(String charSequence, Throwable e)
error in interface DeployerLogpublic boolean isDebugEnabled()
isDebugEnabled in interface DeployerLogCopyright © 2018 MuleSoft Inc. All rights reserved.