brandonhilkert / sucker_punch

Sucker Punch is a Ruby asynchronous processing library using concurrent-ruby, heavily influenced by Sidekiq and girl_friday.
MIT License
2.64k stars 114 forks source link

Added details to Logger section on how to log messages #71

Closed bparanj closed 10 years ago

bparanj commented 10 years ago

Explanation on how to log messages added to readme.

brandonhilkert commented 10 years ago

I don't think this provides any more explanation. Logger is part of the standard library and easy to lookup elsewhere.