public class Slf4jDeploymentListener extends AbstractDeploymentListener implements DeploymentListener
| Constructor and Description |
|---|
Slf4jDeploymentListener(java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleDebug(java.lang.String message) |
void |
handleError(java.lang.String message) |
void |
handleInfo(java.lang.String message) |
void |
handleTrace(java.lang.String message) |
debug, error, info, setActionListener, traceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebug, error, info, setActionListener, tracepublic void handleDebug(java.lang.String message)
handleDebug in class AbstractDeploymentListenerpublic void handleInfo(java.lang.String message)
handleInfo in class AbstractDeploymentListenerpublic void handleTrace(java.lang.String message)
handleTrace in class AbstractDeploymentListenerpublic void handleError(java.lang.String message)
handleError in class AbstractDeploymentListener