Class LogManager

java.lang.Object
ca.phon.app.log.LogManager

public class LogManager extends Object
Method for setup and management of application logs.
  • Field Details

    • LOG_FOLDER

      public static final String LOG_FOLDER
    • LOG_FILE

      public static final String LOG_FILE
    • LOG_FILEPATTERN

      public static final String LOG_FILEPATTERN
  • Method Details

    • getInstance

      public static LogManager getInstance()
    • getPreviousLogs

      public File[] getPreviousLogs()
    • setupLogging

      public void setupLogging()
    • shutdownLogging

      public void shutdownLogging()
    • readLogFile

      public String readLogFile() throws IOException
      Throws:
      IOException