Komlev_S.I. Lab7 #9

Closed
SemkaKMLV wants to merge 3 commits from Lab7 into Lab6
Showing only changes of commit 7e5c3bbec2 - Show all commits

View File

@ -40,21 +40,6 @@ namespace GasolineTanker
option.AddSerilog(logger);
});
}
/* private static void ConfigureServices(ServiceCollection services)
{
services.AddSingleton<FormMapWithSetTankers>();
var serilogLogger = new LoggerConfiguration()
.WriteTo.RollingFile("Logs\\log.txt")
.CreateLogger();
services.AddLogging(option =>
{
option.SetMinimumLevel(LogLevel.Information);
option.AddSerilog(logger: serilogLogger, dispose: true);
});
}*/
}
}