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

Add support for formatting nested exceptions. #165

Closed mazimeng closed 7 years ago

mazimeng commented 7 years ago

It outputs an exception and its causes recursively for ruby 2.1 and after.