configure method

configure the builder with the LoggerFactoryOptions.

Implementation

LoggingBuilder configure(ConfigureLoggerFactoryOptions action) {
  services.configure(LoggerFactoryOptions.new, action);
  return this;
}