0

We are using Semantic Logging Application Block (SLAB) and have 300+ logging methods currently.

Is there a way to easily include a value in every single WriteEvent call without having to update all of the logging methods? E.g. include client's IP address for every single event written to the log.

Thanks!

qmo
  • 3,128
  • 3
  • 17
  • 23

1 Answers1

1

It looks like I can use IEventTextFormatter and inject the value there.

qmo
  • 3,128
  • 3
  • 17
  • 23