tagged_logger 0.1.2
When you need to use logging for different code in different ways, here is help for you: create tags-based rules for logging. Tags are class names by default, so you do not have to specify them in logger's #info, #warn and similar calls. Rules are just code blocks, so any logging facility could be used underneath: standard library Logger, log4r, writing to STDOUT or something else.