❔ Serilog Extend LogLevels or Intercept Logs
I am using Serilog and I have a specific use case right. I got three sinks (Console, File, SQLServer) and for each I am filtering based on loglevel.
Is there a way in which I can have an interceptor of sorts that when I log a level of Information but with a specific identifier it logs to a different sink and if it doesn't then log to the default sink configured
Is there a way in which I can have an interceptor of sorts that when I log a level of Information but with a specific identifier it logs to a different sink and if it doesn't then log to the default sink configured