Interface Logger

  • All Known Implementing Classes:
    BaseLogger

    public interface Logger
    • Method Detail

      • debug

        void debug​(String format,
                   Object... args)
        Writes the diagnostic message and exception at the debug level.
      • debug

        void debug​(Exception exception,
                   String format,
                   Object... args)
        Writes the diagnostic message and exception at the debug level.
      • error

        void error​(String format,
                   Object... args)
        Writes the diagnostic message and exception at the error level.
      • error

        void error​(Exception exception,
                   String message,
                   Object... args)
        Writes the diagnostic message and exception at the error level.