Top 20 NuGet Packages depending on Serilog.Sinks.SQLite.NetStandard

Total dependencies: 2

Log component to create log file, log sqlite database and graylog traces for webapi on .net core 3.0
Setup: on startup.cs: app-->IApplicationBuilder app.UseMiddleware(typeof(LogExceptionHandlingMiddleware)); LogConfiguration.ConfigureLog(strring ApplicationPath); Use the following configuration: "Log": { "File": { "LogFolder": "Logs", "LogFile": "log-{0}.txt" }, "Sqlit...