What are best practices for managing custom logging in Ruby? Should I be monkeypatching logger to do what I want? Or extending from it? Or delegating? What's the rubyish way? I'm sick of custom hacks for this; I'd like something cleaner, and ideally more elegant.
+1
A:
Bates has a screencast on customizing logger.
And here is a blog post on custom logging.
Here are some tips on logging.
Sam
2010-08-20 06:20:49
thanks for these :)
Joe
2010-08-23 15:11:51