public class MunitDeployerLog extends Object implements org.mule.tools.utils.DeployerLog
| Constructor and Description |
|---|
MunitDeployerLog(boolean debugEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String s) |
void |
error(String s) |
void |
error(String s,
Throwable throwable) |
void |
info(String s) |
boolean |
isDebugEnabled() |
void |
warn(String s) |
public void info(String s)
info in interface org.mule.tools.utils.DeployerLogpublic void error(String s)
error in interface org.mule.tools.utils.DeployerLogpublic void warn(String s)
warn in interface org.mule.tools.utils.DeployerLogpublic void debug(String s)
debug in interface org.mule.tools.utils.DeployerLogpublic void error(String s, Throwable throwable)
error in interface org.mule.tools.utils.DeployerLogpublic boolean isDebugEnabled()
isDebugEnabled in interface org.mule.tools.utils.DeployerLogCopyright © 2020. All rights reserved.