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

Proposal: Some restructuring around working examples #177

Closed ufo2mstar closed 5 years ago

ufo2mstar commented 6 years ago

Hey @TwP , The examples here are pretty good, but I did have some trouble finding some specifics that I wanted to apply to my logger, like additiveity for log level inheritance, caller_tracing for tracing level setup etc.. would you mind me restructuring some of the examples that we have here?

TwP commented 6 years ago

Pull requests are always welcome.