Closed HakamFostok closed 1 year ago
Thank you, the package doesnt currently support a direct implementation for sinking logs to Serilog, how ever WatchDog works seamlessly with the .Net ILogger interface. You can refer to the docs to see how you can achieve that.
@HakamFostok I could not get this to work.
What if we created a Sink to sink logs to WatchLogger?
We could publish to NuGet as Serilog.Sinks.WatchDog.
I watched the video on .NET Conf, and I really like it, I had a question (and if the answer is no, then I would like to make it a request) Does WatchDog integrate with Serilog? So if I have Serilog already, can I put WatchDog on top of it, and all the logs go to the sink that Serilog specifies Actually, I think if WatchDog uses the .NET Logging API then It will integrate with Serilog well
Thank you