Prints pipeline progress to the console.
Ready-made for the onProgress option of an Account's runPipeline, when you want progress reported and do not care about the format.
onProgress
runPipeline
await account.runPipeline({ queries: [query], destination, onProgress: defaultLogger }) Copy
await account.runPipeline({ queries: [query], destination, onProgress: defaultLogger })
Prints pipeline progress to the console.