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 DeploymentLogger
public void info(String s)
info
in interface DeploymentLogger
public void warn(String s)
warn
in interface DeploymentLogger
public void error(String s)
error
in interface DeploymentLogger
Copyright © 2016. All rights reserved.