Closed asenchi closed 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.
lib/scrolls/log.rb
level=blah
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 alevel=blah
at this top level, which blows up when passing a string. Sigh.