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

how generate a file with all the outputs? #176

Closed jpaitken closed 5 years ago

jpaitken commented 6 years ago

Hi i am new and i need generate a file.log with all the outputs that the logger provides, someone could help me?

ufo2mstar commented 6 years ago

Hi @jpaitken You should look at some of the examples with appenders and heirarchies.. But for a quick working example, check out the gist i just put together. Cheers!