public class Slf4jDeploymentLogger extends Object implements DeploymentLogger
| Constructor and Description |
|---|
Slf4jDeploymentLogger(Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String s) |
void |
error(String s) |
void |
info(String s) |
void |
warn(String s) |
public Slf4jDeploymentLogger(Class clazz)
public void debug(String s)
debug in interface DeploymentLoggerpublic void info(String s)
info in interface DeploymentLoggerpublic void warn(String s)
warn in interface DeploymentLoggerpublic void error(String s)
error in interface DeploymentLoggerCopyright © 2017. All rights reserved.