Nytt sökfönster tillagt, ny metod för att söka betalningar mellan 2 datum
This commit is contained in:
@ -20,7 +20,7 @@ namespace WinFormDiApp
|
||||
Log.Logger = new LoggerConfiguration()
|
||||
.WriteTo.Console()
|
||||
.WriteTo.File(@"D:\logs\winformApp.txt",restrictedToMinimumLevel:Serilog.Events.LogEventLevel.Information,
|
||||
rollingInterval: RollingInterval.Day)
|
||||
rollingInterval: RollingInterval.Day)
|
||||
.CreateLogger();
|
||||
|
||||
var host = ContainerConfig.Configure(CreateHostBuilder(args));
|
||||
|
||||
Reference in New Issue
Block a user