configure method
configure the builder with the LoggerFactoryOptions.
Implementation
LoggingBuilder configure(ConfigureLoggerFactoryOptions action) {
services.configure(LoggerFactoryOptions.new, action);
return this;
}
configure the builder with the LoggerFactoryOptions.
LoggingBuilder configure(ConfigureLoggerFactoryOptions action) {
services.configure(LoggerFactoryOptions.new, action);
return this;
}