Metadata


Name
ougai
Version
1.6.4
Platform
ruby
Authors
Toshimitsu Takahashi
Bindir
bin
Date
2018-02-18 00:00:00 UTC
Dependencies
oj (~> 3.4)
bundler (~> 1.11, development)
rake (~> 10.0, development)
rspec (~> 3.0, development)
Description
A structured logging system is capable of handling a message, custom data or an exception easily. It has JSON formatters compatible with Bunyan or pino for Node.js and human readable formatter with Awesome Print for console.
Email
toshi@tilfin.com
Files
Gemfile
Gemfile.lock
LICENSE.txt
README.md
Rakefile
lib/ougai.rb
lib/ougai/child_logger.rb
lib/ougai/formatters/base.rb
lib/ougai/formatters/bunyan.rb
lib/ougai/formatters/for_json.rb
lib/ougai/formatters/pino.rb
lib/ougai/formatters/readable.rb
lib/ougai/logger.rb
lib/ougai/logging.rb
lib/ougai/version.rb
spec/child_logger_spec.rb
spec/formatters/base_spec.rb
spec/formatters/bunyan_spec.rb
spec/formatters/pino_spec.rb
spec/formatters/readable_spec.rb
spec/logger_spec.rb
spec/logging_spec.rb
spec/ougai_spec.rb
spec/spec_helper.rb
Homepage
https://github.com/tilfin/ougai
Licenses
MIT
Require paths
lib
Required ruby version
>= 2.1.2
Required rubygems version
>= 0
Rubygems version
2.6.13
Specification version
4
Summary
JSON logger compatible with node-bunyan or pino is capable of handling structured data easily.
Test files
spec/formatters/pino_spec.rb
spec/formatters/base_spec.rb
spec/formatters/bunyan_spec.rb
spec/formatters/readable_spec.rb
spec/child_logger_spec.rb
spec/logging_spec.rb
spec/logger_spec.rb
spec/ougai_spec.rb
spec/spec_helper.rb
Original platform
ruby
New platform
ruby