com.xebialabs.deployit.maven.helper
Class Slf4jDeploymentLogger

java.lang.Object
  extended by com.xebialabs.deployit.maven.helper.Slf4jDeploymentLogger
All Implemented Interfaces:
DeploymentLogger

public class Slf4jDeploymentLogger
extends Object
implements DeploymentLogger


Constructor Summary
Slf4jDeploymentLogger(Class clazz)
           
 
Method Summary
 void debug(String s)
           
 void error(String s)
           
 void info(String s)
           
 void warn(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slf4jDeploymentLogger

public Slf4jDeploymentLogger(Class clazz)
Method Detail

debug

public void debug(String s)
Specified by:
debug in interface DeploymentLogger

info

public void info(String s)
Specified by:
info in interface DeploymentLogger

warn

public void warn(String s)
Specified by:
warn in interface DeploymentLogger

error

public void error(String s)
Specified by:
error in interface DeploymentLogger


Copyright © 2012. All Rights Reserved.