This project has retired. For details please refer to its
        
        Attic page .
      
XLogReader (Apache Oozie Core 4.0.0 API)
 
 
org.apache.oozie.util 
 
java.lang.Object 
  org.apache.oozie.util.XLogReader 
 
public class XLogReader  extends Object   
Reads the input stream(log file) and applies the filters and writes it to output stream. The filtering will also
 consider the log messages spilling over multiline.
 
Method Summary   
 void close  
 void processLog  
 
Methods inherited from class java.lang.Object   
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait  
 
XLogReader 
public XLogReader InputStream  logFileIS,
                  XLogStreamer.Filter  filter,
                  Writer  logWriter) 
 
processLog 
public void processLog IOException  
Processes the Given Log and writes the output after applying the filters.
Throws: 
IOException  
  
close 
public void close IOException  
Throws: 
IOException  
 
Apache Software Foundation . All Rights Reserved.