Class ConsoleNotifier

  • All Implemented Interfaces:
    Notifier

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

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

        KEY
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsoleNotifier​(boolean verbose)  
      ConsoleNotifier​(java.lang.String name, 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

      • ConsoleNotifier

        public ConsoleNotifier​(boolean verbose)
      • ConsoleNotifier

        public ConsoleNotifier​(java.lang.String name,
                               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