I have an application to generate a log file (text file) with three log flags: debug, warning and error. The debug flag is used to log detail information about application execution such as object values and status. The purpose of this flag is for debugging and support.
The problem is that if the flag is on, then it is possible to get a big size text log file. Last time I got 1GB size file. It was very hard to use notepad to view the file. Not sure if there is any text file view tool, preferably as open source, to view large size text file?