0.0
No commit activity in last 3 years
No release in over 3 years
Groonga's log is logged when `--log-path` option is specified. You can write a program to process Groonga log by using groonga-log as a library.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

 Project Readme

README

Build Status

Name

groonga-log

Description

Groonga-log is a collection of library and tools to process Groonga's log.

Groonga's log is logged when --log-path option is specified. You can write a program to process Groonga log by using groonga-log as a library.

Installation

Add this line to your application's Gemfile:

gem 'groonga-log'

And then execute:

$ bundle

Or install it yourself as:

$ gem install groonga-log

Usage

TODO: Write usage instructions here

Dependencies

TODO:

License

LGPLv2.1 or later. See doc/text/lgpl-2.1.txt for details.