by Rajneesh Noonia (6 Submissions)
Category: Files/File Controls/Input/Output
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)

This is user to read very huge log files (no size limit). Usually developers or DBA wants to view few last lines from huge log files produced at production servers and it is not feasible to read them in notepad or any other windows based program.This utility is used to read huge log files either from bottom or from top.This is very fast and user friendly utility and very useful for DBA or programers to read very large files.
Inputs
File to read
Assumes
VB FileSystem and random file access
Code Returns
Displays the contents of file in Text Box
Side Effects
No side effect :- file is opened in read only mode
Download Log Reader (24 KB)