ishegatron / Sentinel

A fork of the original Sentinel project by Ray Hayes (http://sentinel.codeplex.com)
30 stars 14 forks source link

Sentinel and Serilog #22

Open gianfri opened 3 years ago

gianfri commented 3 years ago

Hello, I would use Serilog and Sentinel but I have not found any kind of suggestion or setting Is it possible? do you have any development plan about it?

Thank you for your great job Gianfranco

ishegatron commented 3 years ago

@gianfri - I don't have any plans to provide support for Serilog, but I think there are a couple of options you can try:

  1. Use a custom Output Template to match the NLog or Log4Net message format.
  2. Use a NLog or Log4Net sink.

If you'd like to add support for Serilog to Sentinel, I'll be happy to accept your pull request!