Class LogFile

java.lang.Object
org.basex.server.LogFile

public final class LogFile extends Object
Log file instance.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Method Details

    • current

      public boolean current()
      Indicates if this is the current log file.
      Returns:
      result of check
    • read

      public StringList read() throws IOException
      Returns the entries of the specified log file.
      Returns:
      log entries
      Throws:
      IOException - I/O exception
    • delete

      public boolean delete()
      Deletes the specified log file.
      Returns:
      result of check