org.jwall.log.io
Class ErrorLogReader

java.lang.Object
  extended by org.jwall.log.io.GenericLogReader
      extended by org.jwall.log.io.ErrorLogReader
All Implemented Interfaces:
LogReader

public class ErrorLogReader
extends GenericLogReader

A simple reader for Apache error log messages.

Author:
Christian Bockermann <chris@jwall.org>

Field Summary
static String DATE_FORMAT
           
static String DATE_PATTERN
           
 
Fields inherited from class org.jwall.log.io.GenericLogReader
DATE_FORMAT1, DATE_FORMAT2, DATE_PATTERN1, DATE_PATTERN2, TIME_PATTERN
 
Constructor Summary
ErrorLogReader(InputStream in)
           
ErrorLogReader(Reader r)
           
 
Method Summary
 
Methods inherited from class org.jwall.log.io.GenericLogReader
getDefault, readNext, setDefault, setDefaults
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_FORMAT

public static final String DATE_FORMAT
See Also:
Constant Field Values

DATE_PATTERN

public static final String DATE_PATTERN
See Also:
Constant Field Values
Constructor Detail

ErrorLogReader

public ErrorLogReader(InputStream in)

ErrorLogReader

public ErrorLogReader(Reader r)


Copyright © 2012 jwall.org. All Rights Reserved.