Package org.basex.server
Class LogFile
java.lang.Object
org.basex.server.LogFile
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
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
-