com.xebialabs.deployit.client.logger
Class Slf4jDeploymentListener

java.lang.Object
  extended by com.xebialabs.deployit.client.logger.AbstractDeploymentListener
      extended by com.xebialabs.deployit.client.logger.Slf4jDeploymentListener
All Implemented Interfaces:
DeploymentListener

public class Slf4jDeploymentListener
extends AbstractDeploymentListener
implements DeploymentListener


Constructor Summary
Slf4jDeploymentListener(java.lang.Class<?> clazz)
           
 
Method Summary
 void handleDebug(java.lang.String message)
           
 void handleError(java.lang.String message)
           
 void handleInfo(java.lang.String message)
           
 void handleTrace(java.lang.String message)
           
 
Methods inherited from class com.xebialabs.deployit.client.logger.AbstractDeploymentListener
debug, error, info, setActionListener, trace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.xebialabs.deployit.client.DeploymentListener
debug, error, info, setActionListener, trace
 

Constructor Detail

Slf4jDeploymentListener

public Slf4jDeploymentListener(java.lang.Class<?> clazz)
Method Detail

handleDebug

public void handleDebug(java.lang.String message)
Specified by:
handleDebug in class AbstractDeploymentListener

handleInfo

public void handleInfo(java.lang.String message)
Specified by:
handleInfo in class AbstractDeploymentListener

handleTrace

public void handleTrace(java.lang.String message)
Specified by:
handleTrace in class AbstractDeploymentListener

handleError

public void handleError(java.lang.String message)
Specified by:
handleError in class AbstractDeploymentListener