Lock-free logger compatible with Ruby 2.0
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.
$
pkg install rubygem-mono_loggerOrigin
devel/rubygem-mono_logger
Size
24.5KiB
License
MIT
Maintainer
dvl@FreeBSD.org
Dependencies
2 packages
Required by
2 packages