canjs / can-queues

A light weight JavaScript task queue
https://canjs.com/doc/can-queues.html
MIT License
2 stars 2 forks source link

make `log("flush")` the default #11

Open phillipskevin opened 7 years ago

phillipskevin commented 7 years ago

I think log("flush") will be much more commonly used than log(), so I think log("flush") should be the default.

To log when things are added to queues (the current log() functionality), maybe we have a logAll() or log("verbose") or something like that.