Uses of Interface
thredds.logs.LogReader.LogFilter

Packages that use LogReader.LogFilter
thredds.logs   
 

Uses of LogReader.LogFilter in thredds.logs
 

Methods in thredds.logs with parameters of type LogReader.LogFilter
 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.