serilog-sinks-slackclient
serilog-sinks-slackclient copied to clipboard
Slack Sink for Serilog
 
It is not possible to add proxysettings when writing to slack. I see in the method: ```F# let public SendMessageViaWebhooks (webhookUri:string, message:string) = Http.RequestString(webhookUri, headers = [ ContentType HttpContentTypes.Json ],...
Hi, first of all: Cool sink. We recently introduced Slack in our company and I would love to output Error/Fatal log messages into a channel. I managed to do so...