Class Slf4jNotifier

  • All Implemented Interfaces:
    Notifier

    public class Slf4jNotifier
    extends java.lang.Object
    implements Notifier
    • Field Summary

      • Fields inherited from interface com.github.tomakehurst.wiremock.common.Notifier

        KEY
    • Constructor Summary

      Constructors 
      Constructor Description
      Slf4jNotifier​(boolean verbose)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void error​(java.lang.String message)  
      void error​(java.lang.String message, java.lang.Throwable t)  
      void info​(java.lang.String message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Slf4jNotifier

        public Slf4jNotifier​(boolean verbose)
    • Method Detail

      • 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