Interface LogSystem

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DEBUG_ID
      Deprecated.
      ID for debug messages.
      static boolean DEBUG_ON
      Deprecated.
      This is unused and meaningless
      static int ERROR_ID
      Deprecated.
      ID for error messages.
      static int INFO_ID
      Deprecated.
      ID for info messages.
      static int WARN_ID
      Deprecated.
      ID for warning messages.
    • Method Detail

      • init

        void init​(RuntimeServices rs)
           throws java.lang.Exception
        Deprecated.
        Initializes this LogSystem.
        Parameters:
        rs -
        Throws:
        java.lang.Exception
      • logVelocityMessage

        void logVelocityMessage​(int level,
                                java.lang.String message)
        Deprecated.
        Use log(level, message).
        Parameters:
        level -
        message -