Class ISDebug

  • All Implemented Interfaces:
    IDebug

    public class ISDebug
    extends Object
    implements IDebug
    This class serves as the DSAME implementaion of DebugInterface class
    • Constructor Detail

      • ISDebug

        public ISDebug()
    • Method Detail

      • debug

        public void debug​(int level,
                          String msg,
                          Throwable e)
        The method which does the actual Debug. Pending work - The string has to be internationalized here.
        Specified by:
        debug in interface IDebug
        Parameters:
        level - The level of the Debug message.
        msg - The message string.
        e - The exception whose stacktrace is required.
      • debug

        public void debug​(int level,
                          String msg)
        The method which does the actual Debug. Pending work - The string has to be internationalized here.
        Specified by:
        debug in interface IDebug
        Parameters:
        level - The level of the Debug message.
        msg - The message string.
      • messageEnabled

        public boolean messageEnabled()
        Return true if message mode is enabled.
        Specified by:
        messageEnabled in interface IDebug
        Returns:
        true if message mode is enabled.
      • warningEnabled

        public boolean warningEnabled()
        Return true if warning mode is enabled.
        Specified by:
        warningEnabled in interface IDebug
        Returns:
        true if warning mode is enabled.