コード例 #1
0
 public Startup(IConfiguration configuration)
 {
     configuration.AddLoggerConfiguration();
     Configuration = configuration;
 }