Framework for Monitoring logs of an application
        Posted  
        
            by whyjava
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by whyjava
        
        
        
        Published on 2010-04-22T14:48:20Z
        Indexed on 
            2010/04/22
            15:23 UTC
        
        
        Read the original article
        Hit count: 180
        
hello
I am working on writing an web application which will be monitoring an java process which moves files from one location to another. The monitoring application needs to do following things
- Monitor log files 
- View the content of moved files 
Is there any opensource framework which provides monitoring capabilities over logging.
I am building this application in java.
Thanks
© Stack Overflow or respective owner