The Monkey Log Viewer is viewer for log files developed with Qt 4.7.0. It is designed to find information easily from the plain text log files. You can fully customize the keyword highlighting and color scheme. This features make it possible to quickly find interested keyword in log files.
- Joined the Qt on Raspberry Pi project - December 8 2011
- 1.1.0 released - May 26 2011
- 1.0.1 released - April 1 2011
- 1.0.0 released - March 9 2011
- 1.0.0 RC released - February 21 2011
- Cross-platform. Runs on Linux, Windows, OS/2
- Colorize log line
- Export as HTML
- Printing support
- Multi-tab interface
- Regular expression
- Keyword search
- Keyword statistics - create a chart base on total number of keywords in the log file
- Zoom in / out
- Drag & drop support
- File browser
- Unicode support
- Recent files support
- Jump to line
- Line numbers
- Update support - only available in Windows
The latest stable version of Monkey Log Viewer is 1.1.0
- Windows Installer - monkeyLogViewer-1.1.0.exe
- Windows Portable - <a href="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/monkeylogviewer/monkeyLogViewer-1.1.0.zip
- Source - monkeyLogViewer-1.1.0.tar.gz
- Qt version 4.7 or higher
##How to build
- Setp 1: Set environment variables in your ~/.profie
export QTDIR=/Your/Qt/Directory
- Step 2: Create a platform specific Makefile
cd monkeylogviewer
qmake
- Step 3: Compile
make
- Setp 1: Open a project
- Select "File > Open File or Project"
- Select the monkeyLogviewer.pro to open
- Step 2: Compile
- "CTRL + B"
- Add below code to monkeyLogViewer.pro
win32:LIBS += shell32.lib