glogg

一个快速、先进的日志探索器。(A fast, advanced log explorer.)

  • 所有者: nickbnf/glogg
  • 平台: Linux, Mac, Windows
  • 许可证: GNU General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    12
      比较:

Github星跟踪图

Linux and Mac Build Status
Windows Build Status

glogg - the fast, smart log explorer

glogg is a multi-platform GUI application that helps browse and search
through long and complex log files. It is designed with programmers and
system administrators in mind and can be seen as a graphical, interactive
combination of grep and less.

Main features

  • Runs on Unix-like systems, Windows and Mac thanks to Qt
  • Provides a second window showing the result of the current search
  • Reads UTF-8 and ISO-8859-1 files
  • Supports grep/egrep like regular expressions
  • Colorizes the log and search results
  • Displays a context view of where in the log the lines of interest are
  • Is fast and reads the file directly from disk, without loading it into memory
  • Is open source, released under the GPL

Download

Installers, binaries and source tarballs are available at https://glogg.bonnefon.org/download.html.

Requirements

  • GCC version 4.8.0 or later
  • Qt libraries (version 5.2.0 or later)
  • Boost "program-options" development libraries
  • Markdown HTML processor (optional, to generate HTML documentation)

glogg version 0.9.X still support older versions of gcc and Qt if you need to
build on an older platform.

Building

The build system uses qmake. Building and installation is done this way:

tar xzf glogg-X.X.X.tar.gz
cd glogg-X.X.X
qmake
make
make install INSTALL_ROOT=/usr/local (as root if needed)

qmake BOOST_PATH=/path/to/boost/ will statically compile the required parts of
the Boost libraries whose source are found at the specified path.
The path should be the directory where the tarball from www.boost.org is
extracted.
(use this method on Windows or if Boost is not available on the system)

The documentation is built and installed automatically if 'markdown'
is found.

Tests

The tests are built using CMake, and require Qt5 and the Google Mocks source.

cd tests
mkdir build
cd build
export QT_DIR=/path/to/qt/if/non/standard
export GMOCK_HOME=/path/to/gmock
cmake ..
make
./glogg_tests

Contact

Please visit glogg's website: http://glogg.bonnefon.org/

The development mailing list is hosted at http://groups.google.co.uk/group/glogg-devel

主要指标

概览
名称与所有者nickbnf/glogg
主编程语言C++
编程语言Shell (语言数: 9)
平台Linux, Mac, Windows
许可证GNU General Public License v3.0
所有者活动
创建于2009-11-12 17:03:22
推送于2021-05-26 11:22:49
最后一次提交2018-08-13 14:25:44
发布数37
最新版本名称v1.1.4 (发布于 2017-04-22 18:05:35)
第一版名称v0.5.0 (发布于 2009-10-22 12:15:02)
用户参与
星数1.2k
关注者数67
派生数385
提交数561
已启用问题?
问题数233
打开的问题数124
拉请求数27
打开的拉请求数18
关闭的拉请求数18
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?