Metadata


Name
ougai
Version
1.5.3
Platform
ruby
Authors
Toshimitsu Takahashi
Bindir
bin
Date
2017-09-17 00:00:00 UTC
Dependencies
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 formatter compatible with Bunyan for Node.js and human readable formatter with Awesome Print for console.
Email
toshi@tilfin.com
Files
.gitignore
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/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/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 is capable of handling structured data easily.
Test files
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