| Package | Description |
|---|---|
| thredds.logs |
| Modifier and Type | Class and Description |
|---|---|
static class |
LogReader.DateFilter |
static class |
LogReader.ErrorOnlyFilter |
static class |
LogReader.FilterNoop |
static class |
LogReader.IpFilter |
| Modifier and Type | Method and Description |
|---|---|
void |
LogReader.readAll(java.io.File dir,
java.io.FileFilter ff,
LogReader.Closure closure,
LogReader.LogFilter logf,
LogReader.Stats stat)
Read all the files in a directory and process them.
|
void |
LogReader.scanLogFile(java.io.File file,
LogReader.Closure closure,
LogReader.LogFilter logf,
LogReader.Stats stat)
Read a log file.
|
| Constructor and Description |
|---|
LogReader.DateFilter(long start,
long end,
LogReader.LogFilter chain) |
LogReader.ErrorOnlyFilter(LogReader.LogFilter chain) |
LogReader.IpFilter(java.lang.String[] match,
LogReader.LogFilter chain) |