ports/devel/rubygem-mono_logger/pkg-descr
2017-11-14 22:57:25 +00:00

5 lines
254 B
Text

Ruby's stdlib Logger wraps all IO in mutexes. Ruby 2.0 doesn't allow you to
request a lock in a trap handler because that could deadlock. This gem fixes
this issue by giving you a lock-free logger class.
WWW: https://github.com/steveklabnik/mono_logger