Top 20 NuGet serilog Packages

Schedule your jobs using cron expressions. -just update your schedulrsettings.json as what you want. -use like below lines in your Program.cs SchedulrManager.Build("My Service"); SchedulrManager.Add(() => { Console.WriteLine("Foo"); }); Schedu...
Collect your iOS and Android application logs and send them to Bugfender for remote access
Writes Serilog events to WPF TextBox control from anywhere in your application.
A Serilog sink that writes log events to Viber.
A Serilog sink that writes log events to Telegram.
A Serilog sink that writes log events to MicrosoftTeams.
A Serilog sink that writes log events to Discord.
A Serilog sink that writes log events to Line.
D3K.Diagnostics.Serilog
D3K.Diagnostics.Castle
Offers buffered logging to Serilog to only write to the log upon a specific log level. The web version automatically buffers based on the HTTP Request Id.
Redis sink for Serilog
Enriches Serilog events with information from Azure App Service runtime
Enriches Serilog events with information from Azure App Service runtime
Serilog.Sinks.ListOfString logs to a list of string so you can test your logging : ``` var log= new List<String>(); var testLogger= new LoggerConfiguration().WriteTo.StringList(log).CreateLogger(); ...tests... log.ShouldContain( x=>x.Matches("kilroy was here") ); ``` This is for Serilog. For Mic...
Serilog ASP.NET Core extensions and enrichers.
Provides an input implementation for capturing diagnostics data created via Serilog library.
Package Description
An app for Seq that forwards events and notifications to Slack.
A Telegram Sink for Serilog.