Class ErrorLog

java.lang.Object
com.github.gbenroscience.util.ErrorLog

public class ErrorLog extends Object
Author:
JIBOYE Oluwagbemiro Olaoluwa
  • Constructor Details

    • ErrorLog

      public ErrorLog()
  • Method Details

    • writeLog

      public void writeLog(String error)
    • printLog

      public void printLog()
      Prints the contents of this logBook on a to a StringBuilder and then clears its memory.
    • clearLog

      public void clearLog()