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

Example showing how to reuse layout instances #153

Closed TwP closed 7 years ago

TwP commented 7 years ago

There have been several questions about reusing layouts much like how color schemes and appeders can be reused. I'm adding an example showing how this can be done.

refs #113

/cc @olleolleolle just as an FYI since you recommended adding some documentation on the subject

olleolleolle commented 7 years ago

This is excellent! A great example.