Metadata


Name
mono_logger
Version
1.0.1
Platform
ruby
Authors
Steve Klabnik
Bindir
bin
Date
2013-04-08 00:00:00 UTC
Dependencies
bundler (~> 1.3, development)
rake (>= 0, development)
Description
A lock-free logger compatible with Ruby 2.0. Ruby does not allow you to request a lock in a trap handler because that could deadlock, so Logger is not sufficient.
Email
steve@steveklabnik.com
Files
.gitignore
Gemfile
LICENSE.txt
README.md
Rakefile
lib/mono_logger.rb
lib/mono_logger/version.rb
mono_logger.gemspec
Homepage
http://github.com/steveklabnik/mono_logger
Licenses
MIT
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
2.0.0
Specification version
4
Summary
A lock-free logger compatible with Ruby 2.0.
Original platform
ruby
New platform
ruby