jonseymour / idiomatic-console

A rebindable console API for node.js modules and scripts
http://github.com/jonseymour/idiomatic-console
10 stars 0 forks source link

add support for other console methods #7

Open jonseymour opened 13 years ago

jonseymour commented 13 years ago

Currently idiomatic-console only hooks log, info, warn and error.

Support for hooking other methods should be added.