Interface TextLogger

  • All Known Implementing Classes:
    VcsTextLoggerImpl

    public interface TextLogger
    Helper interface to provide logging callbacks from components
    Since:
    4.5
    • Method Detail

      • info

        void info​(@NotNull
                  String message)
      • warn

        void warn​(@NotNull
                  String message)
      • error

        void error​(@NotNull
                   String message)