Skip to content

joonhwan/monkeylogviewer

 
 

Repository files navigation

Monkey Log Viewer

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 file. You can fully customize the keyword highlighting and color scheme. This feature possible to quickly find interested keyword.

##News

  • 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

##Screenshot screenshot#1

##Demo Video

##Features

  • 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

##Downloads The latest stable version of Monkey Log Viewer is 1.1.0

##Dependency

  • Qt version 4.7 or higher

##How to build ###On the command line

  • 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 

###Using Qt Creator

  • Setp 1: Open a project
  • Select "File > Open File or Project"
  • Select the monkeyLogviewer.pro to open
  • Step 2: Compile
  • "CTRL + B"

###Win7/msvc2008

  • Add below code to monkeyLogViewer.pro
win32:LIBS += shell32.lib

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.0%
  • Prolog 1.1%
  • C 0.9%