A simple log file format
        Posted  
        
            by hgulyan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by hgulyan
        
        
        
        Published on 2010-05-11T11:48:40Z
        Indexed on 
            2010/05/11
            11:54 UTC
        
        
        Read the original article
        Hit count: 187
        
logging
Hi,
I'm not sure if it was asked, but I couldn't find anything like this.
My program uses a simple .txt file for log purposes, It just creates/opens a file and appends lines.
After some time, I started to log quite a lot of activities, so the file became too large and hardly readable. I know, that it's not write way to do this, but I simply need to have a readable file.
So I thought maybe there's a simple file format for log files and a soft to view it or if you'd have any other suggestions on this question?
Thanks for help in advance.
© Stack Overflow or respective owner