Closed lucashby closed 2 years ago
Is there a way to include additional data so that it shows up in 'customDimensions' without being rendered in the message itself? Is that something I would need to achieve myself, and if so, how would I go about doing that?
Enrich.FromLogContext() and LogContext.PushProperty() should achieve this. HTH!
Enrich.FromLogContext()
LogContext.PushProperty()
Is there a way to include additional data so that it shows up in 'customDimensions' without being rendered in the message itself? Is that something I would need to achieve myself, and if so, how would I go about doing that?