SlackLogger icon indicating copy to clipboard operation
SlackLogger copied to clipboard

A simple and configurable logger for .NET projects that logs to Slack

Results 2 SlackLogger issues
Sort by recently updated
recently updated
newest added

Console application may end before sent any logs. Sample code: ```` internal class Program { static async Task Main(string[] args) { IConfiguration configuration = new ConfigurationBuilder() .Build(); var serviceProvider =...

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/http-requests https://www.nuget.org/packages/Microsoft.Extensions.Http