ChangemakerStudios / serilog-sinks-mongodb

A sink for Serilog that writes events to MongoDB
Apache License 2.0
92 stars 53 forks source link

how to custom message template #73

Closed wuzhenda closed 2 years ago

wuzhenda commented 2 years ago

if I want to add property like "deviceId" in the document, how to implement it? like this image

Jaben commented 2 years ago

Switch to using the MongoDBBson() logging.

wuzhenda commented 2 years ago

got it.