serilog-contrib / serilog-sinks-slack

A simple (yet customizable) Slack logging sink for Serilog
MIT License
41 stars 27 forks source link

Add Message Token as field to Slack message #10

Closed AmirSasson closed 3 years ago

AmirSasson commented 7 years ago

today, only the Level and the Timestamp are hard coded sent to slack. what if my log message look like this: _logger.LogInformation("{ClientIp} has Joined", IP); i would expect to have another field ClientIp (the same as ElasticSerach Sink does). any chance to have this in the next drop?

TrapperHell commented 3 years ago

This functionality is already present - at least at the time of writing. Considering that this request is very old, I am closing this for now.