provide static method

Log provide()

Implementation

static Log provide() {
  return _instance ?? configure(LoggingConfiguration());
}