flush
Flushes all buffered outputs immediately.
This method forces any logs that are being held in buffered outputs to be processed and sent to their destinations immediately, rather than waiting for their normal flush interval.
The operation is performed asynchronously in the configured coroutine dispatcher.