mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
5 lines
254 B
Text
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
|