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.
You can use context properties e.g. like this:
ThreadContext.Properties["ID"] = yourID;
then you can access the property in the pattern string like this:
%property{ID}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With