Serilog-Sinks-Discord icon indicating copy to clipboard operation
Serilog-Sinks-Discord copied to clipboard

Serilog discord sink

Results 5 Serilog-Sinks-Discord issues
Sort by recently updated
recently updated
newest added

Example: ![image](https://user-images.githubusercontent.com/31382251/212467707-cac34bab-551d-4ba3-a719-5597e580101b.png)

Hello! I am aware that Serilog.Sinks.Discord.csproj specifies license as MIT, but maybe adding a file with the license to this repo would be a nice touch.

- Reorganized the directory structure. - Modernized the code to be fully asynchronous, with synchronous fallbacks when necessary. - Introduced optional configurations for bot name and avatar URL. - Updated...

Hello. I have a problem using this sink. After applying the following configuration Serilog.Log.Logger = new LoggerConfiguration().MinimumLevel.Verbose() .WriteTo.Discord(WebhookId, WebhookToken) //or async //.WriteTo.Async(a => //a.Discord(WebhookId, WebhookToken)) .WriteTo.Console(Serilog.Events.LogEventLevel.Verbose) .CreateLogger(); Serilog.Log.Verbose("Test0"); Serilog.Log.Information("Test1"); Serilog.Log.Debug("Test2");...

https://github.com/serilog-contrib/Serilog-Sinks-Discord/blob/772279dd764eb7c08980ce2acdbcd05357aa8445/DiscordSink.cs#L77 Please make this more enriched! ![Screenshot 2022-01-27 at 23 10 19](https://user-images.githubusercontent.com/4703269/151386453-a87db005-1ab0-476c-a0d5-d6c68f670933.png) Would be better if we have a rate limit error rather than `ooo snap, The operation has timed...