Class BzmServerLogger

  • All Implemented Interfaces:
    com.blazemeter.api.logging.Logger

    public class BzmServerLogger
    extends Object
    implements com.blazemeter.api.logging.Logger
    • Constructor Detail

      • BzmServerLogger

        public BzmServerLogger()
    • Method Detail

      • debug

        public void debug​(String s)
        Specified by:
        debug in interface com.blazemeter.api.logging.Logger
      • debug

        public void debug​(String s,
                          Throwable throwable)
        Specified by:
        debug in interface com.blazemeter.api.logging.Logger
      • info

        public void info​(String s)
        Specified by:
        info in interface com.blazemeter.api.logging.Logger
      • info

        public void info​(String s,
                         Throwable throwable)
        Specified by:
        info in interface com.blazemeter.api.logging.Logger
      • warn

        public void warn​(String s)
        Specified by:
        warn in interface com.blazemeter.api.logging.Logger
      • warn

        public void warn​(String s,
                         Throwable throwable)
        Specified by:
        warn in interface com.blazemeter.api.logging.Logger
      • error

        public void error​(String s)
        Specified by:
        error in interface com.blazemeter.api.logging.Logger
      • error

        public void error​(String s,
                          Throwable throwable)
        Specified by:
        error in interface com.blazemeter.api.logging.Logger