TwP / logging

A flexible logging library for use in Ruby programs based on the design of Java's log4j library.
https://rubygems.org/gems/logging
MIT License
530 stars 101 forks source link

Synchronize appender output #219

Closed TwP closed 4 years ago

TwP commented 4 years ago

This PR wraps all appender writes in a synchronized mutex. This really should have been done a while ago :facepalm:

/cc @lzap

lzap commented 3 years ago

Nice, was on holidays. Thank you for the release-2.3.0! Cheers.