-
Name
-
mono_logger
-
Version
-
1.1.2
-
Platform
-
ruby
-
Authors
-
Steve Klabnik
-
Bindir
-
bin
-
Date
-
2023-04-06 00:00:00 UTC
-
Dependencies
-
rake (>= 0, development)
minitest (~> 5.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
-
.github/workflows/build.yml
.gitignore
.travis.yml
Gemfile
LICENSE.txt
README.md
Rakefile
lib/mono_logger.rb
lib/mono_logger/version.rb
mono_logger.gemspec
test/mri_logger_test.rb
-
Homepage
-
http://github.com/steveklabnik/mono_logger
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.2.15
-
Specification version
-
4
-
Summary
-
A lock-free logger compatible with Ruby 2.0.
-
Test files
-
test/mri_logger_test.rb
-
Original platform
-
ruby
-
New platform
-
ruby