consola
consola copied to clipboard
Sync or Async?
Is consola asynchronous or sync? Trying to replace console.log in my applications. I read the docs and couldn't find an answer. From the code, it seems like I can just
const myLogger = consola.create({
_async: true
});