flush static method

void flush()

Flush all pending logs.

Implementation

static void flush() {
  _logger.flush();
}