Package util

Class ErrorLog


  • public class ErrorLog
    extends java.lang.Object
    Author:
    JIBOYE Oluwagbemiro Olaoluwa
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorLog()  
    • Method Summary

      Modifier and Type Method Description
      void clearLog()  
      void printLog()
      Displays the contents of this logBook on a JTextArea object and then clears its memory.
      void writeLog​(java.lang.String error)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorLog

        public ErrorLog()
    • Method Detail

      • writeLog

        public void writeLog​(java.lang.String error)
      • printLog

        public void printLog()
        Displays the contents of this logBook on a JTextArea object and then clears its memory.
      • clearLog

        public void clearLog()