I added the following line to the logger builder:
.Enrich.WithProperty("Application", typeof(Program).Assembly.GetName().Name)
The only properties that the log server is receiving are: TimeStamp, Level and RenderedMessage
How can I add the additional properties?
I added the following line to the logger builder:
.Enrich.WithProperty("Application", typeof(Program).Assembly.GetName().Name)The only properties that the log server is receiving are: TimeStamp, Level and RenderedMessage
How can I add the additional properties?