inukshuk / bibtex-ruby

A BibTeX library, parser, and converter for Ruby.
http://inukshuk.github.com/bibtex-ruby
GNU General Public License v3.0
156 stars 31 forks source link

Allow logger to be assigned #99

Closed steffengodskesen closed 10 years ago

steffengodskesen commented 10 years ago

We're using bibtex-ruby in a Rails app and we would like to be able to redirect log output from bibtex-ruby to the Rails logger.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling d8e4330beb03fb3733da009052f92b692a46781f on steffengodskesen:master into 7c50ac252a587523818847e8baf068aa83126f88 on inukshuk:master.

inukshuk commented 10 years ago

Thanks for contributing!

inukshuk commented 10 years ago

Landed in 4.0.5.

steffengodskesen commented 10 years ago

You're welcome. Just scratching a tiny itch :-)

Thanks for the swift release.