Class LOGImpl<C extends IComponent<C>>

    • Constructor Detail

      • LOGImpl

        public LOGImpl​(C context)
    • Method Detail

      • LogFailure

        public void LogFailure​(String message)
        Description copied from interface: LOG
        Log a failure message.
        Specified by:
        LogFailure in interface LOG
        Parameters:
        message - the message to log
      • LogInfo

        public void LogInfo​(String message)
        Description copied from interface: LOG
        Log an information message.
        Specified by:
        LogInfo in interface LOG
        Parameters:
        message - the message to log
      • LogSuccess

        public void LogSuccess​(String message)
        Description copied from interface: LOG
        Log a success message.
        Specified by:
        LogSuccess in interface LOG
        Parameters:
        message - the message to log
      • LogInteger

        public void LogInteger​(int message)
        Description copied from interface: LOG
        Log an integer message.
        Specified by:
        LogInteger in interface LOG
        Parameters:
        message - the integer to log
      • LogReal

        public void LogReal​(String message,
                            double r)
        Description copied from interface: LOG
        Log an real number message.
        Specified by:
        LogReal in interface LOG
        Parameters:
        message - the text to log
        r - the real number to log
      • LogTime

        public void LogTime​(String message,
                            long t)
        Description copied from interface: LOG
        Log an timestamp message.
        Specified by:
        LogTime in interface LOG
        Parameters:
        message - the text to log
        t - the timestamp to log