Interface LoggerModel


  • public interface LoggerModel
    Access to the iKnowBase log infrastructure
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void debug​(String message)
      Prints a debug string to the relevant logger
      void error​(String message)
      Prints a debug string to the relevant logger
      void info​(String message)
      Prints a debug string to the relevant logger
      void warn​(String message)
      Prints a debug string to the relevant logger
    • Method Detail

      • debug

        void debug​(String message)
        Prints a debug string to the relevant logger
      • info

        void info​(String message)
        Prints a debug string to the relevant logger
      • warn

        void warn​(String message)
        Prints a debug string to the relevant logger
      • error

        void error​(String message)
        Prints a debug string to the relevant logger