aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-mono_logger/pkg-descr
blob: 2f6d7fcf1340bee1c20b6b1f789bc0a4978fd97d (plain) (blame)
1
2
3
4
5
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