Metadata


Name
ougai
Version
1.4.3
Platform
ruby
Authors
Toshimitsu Takahashi
Bindir
bin
Date
2017-08-18 00:00:00 UTC
Dependencies
bundler (~> 1.11, development)
rake (~> 10.0, development)
rspec (~> 3.0, development)
Description
A JSON logging system is capable of handling a message, data or an exception easily. It is compatible with Bunyan for Node.js and can also output human readable format 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.0
Required rubygems version
>= 0
Rubygems version
2.5.1
Specification version
4
Summary
JSON logger compatible with node-bunyan is capable of handling data easily.
Test files
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
Original platform
ruby
New platform
ruby