public class GPSLogger extends FileLogger<java.lang.String>
| Constructor and Description |
|---|
GPSLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpRecordQueueToFile(java.io.File logFileFile,
java.util.ArrayList<java.lang.String> recordQueue)
Subclasses should implement this method to open the specified sequential
file for append, then write each of the records in the recordQueue in order
to the file, then close the file.
|
flush, getDefaultLogDir, log, log, log, run, setDatePattern, setDefaultLogDir, setFilePrefix, setFileSuffix, setFlushInterval, setLogDirectory, shutdownpublic void dumpRecordQueueToFile(java.io.File logFileFile,
java.util.ArrayList<java.lang.String> recordQueue)
throws java.io.IOException
FileLoggerdumpRecordQueueToFile in class FileLogger<java.lang.String>logFileFile - File identifying the log file to open and writerecordQueue - the ArrayList of ordered records to writejava.io.IOException - if record saving fails for any reason