I need to add a custom log level like \"verbose\" or \"traffic\" to ruby logger, how to do?
If you start needing a bunch of custom stuff, it may be worth checking out log4r, which is a flexible logging library that lets you do a bunch of interesting/useful stuff easily.