Hey there, awesome little library you've got here.
I was wondering if you know of a way to easily enable logging from within a given file. For example,
var log = require('debug-logger')('RowView');
log.enable()
If it doesn't exist, would it be difficult to add this as a convenience?
Thanks!