|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogReader | |
|---|---|
| org.jalore | |
| org.jalore.log4j | |
| org.jalore.regexp | |
| Uses of LogReader in org.jalore |
|---|
| Classes in org.jalore that implement LogReader | |
|---|---|
class |
MultiLogReader
A LogReader reading log messages from multiple sources. |
| Constructor parameters in org.jalore with type arguments of type LogReader | |
|---|---|
MultiLogReader(java.util.List<LogReader> logReaders,
java.util.Comparator<LogMessage> comparator)
|
|
MultiLogReader(java.util.List<LogReader> logReaders,
java.lang.String compareProperty)
|
|
| Uses of LogReader in org.jalore.log4j |
|---|
| Classes in org.jalore.log4j that implement LogReader | |
|---|---|
class |
Log4JFileReader
Implementation of LogReader using a log4j file. |
class |
Log4JReader
Implementation of LogReader to read a log using a log4j pattern. |
| Uses of LogReader in org.jalore.regexp |
|---|
| Classes in org.jalore.regexp that implement LogReader | |
|---|---|
class |
RegexpLogReader
Implementation of LogReader to read a log using a regular expression. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||