com.github.tomakehurst.wiremock.common
Class Log4jNotifier

java.lang.Object
  extended by com.github.tomakehurst.wiremock.common.Log4jNotifier
All Implemented Interfaces:
Notifier

public class Log4jNotifier
extends java.lang.Object
implements Notifier


Field Summary
 
Fields inherited from interface com.github.tomakehurst.wiremock.common.Notifier
KEY
 
Constructor Summary
Log4jNotifier()
           
 
Method Summary
 void error(java.lang.String message)
           
 void error(java.lang.String message, java.lang.Throwable t)
           
 void info(java.lang.String message)
           
 void setVerbose(boolean verbose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jNotifier

public Log4jNotifier()
Method Detail

setVerbose

public void setVerbose(boolean verbose)

info

public void info(java.lang.String message)
Specified by:
info in interface Notifier

error

public void error(java.lang.String message)
Specified by:
error in interface Notifier

error

public void error(java.lang.String message,
                  java.lang.Throwable t)
Specified by:
error in interface Notifier