* Flush events queued at the time of the call, and wait for pending writes to complete regardless of configured batching/timers. * @returns {Promise }
()
| 46 | * @returns {Promise<boolean>} |
| 47 | */ |
| 48 | flush() { |
| 49 | return this._ship(); |
| 50 | } |
| 51 | |
| 52 | /** |
| 53 | * Flush then destroy connections, close the logger, destroying timers and other resources. |
no test coverage detected