Interface LogSystem

  • All Known Implementing Classes:
    NullLogSystem, PrimordialLogSystem

    public interface LogSystem
    Deprecated.
    Use LogChute instead!
    Old base interface that old logging systems needed to implement.
    Version:
    $Id: LogSystem.java 730039 2008-12-30 03:53:19Z byron $
    • 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 -