Open phillipskevin opened 7 years ago
I think log("flush") will be much more commonly used than log(), so I think log("flush") should be the default.
log("flush")
log()
To log when things are added to queues (the current log() functionality), maybe we have a logAll() or log("verbose") or something like that.
logAll()
log("verbose")
I think
log("flush")
will be much more commonly used thanlog()
, so I thinklog("flush")
should be the default.To log when things are added to queues (the current
log()
functionality), maybe we have alogAll()
orlog("verbose")
or something like that.