asenchi / scrolls

Simple logging
MIT License
158 stars 26 forks source link

New Logger-like methods don't take strings. #56

Closed asenchi closed 10 years ago

asenchi commented 10 years ago

This shows you how much I've used Logger. :smile:

Need to handle strings being passed, we already do this in lib/scrolls/log.rb, but we try to attach a level=blah at this top level, which blows up when passing a string. Sigh.