Add a custom property to include in all log4net messages

Viewed 12812

I have a unique identifier which goes through the whole application. I want this 'ID' to be logged as a separate property, so that it's easy to find out in log files or from the database.

1 Answers
Related