Is there a Serilog sink that just writes to a buffer in memory? What I am thinking about is a sink that will store X lines and then I could access those X lines and show them on a web page via an api controller. This would be more for viewing recent errors that occurred in the application.
I looked on the GitHub sink page (https://github.com/serilog/serilog/wiki/Provided-Sinks) but did not see one and just wondered if there was something I was missing.