You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to show content of this table as html table so I need some way to show complete message with place holders replaced. Is there some easy way for doing this.
Full message can be generated with something like this in sink implementation:
// _formatProvider is instance of IFormatProvidervarmessage= logEvent.RenderMessage(_formatProvider);
Do use the nugget package?
I think you should update your nugget package to 4.5.0-dev-00044
for me it work well, because the raw format will be inserted to Template column and Message placeholder will be replaced by the real value
because i have the same problem.
I notice that message is written in raw format in log table. For example:
and in properties column is json with values
I need to show content of this table as html table so I need some way to show complete message with place holders replaced. Is there some easy way for doing this.
Full message can be generated with something like this in sink implementation:
but in this implementation
StringWriter
is usedThe text was updated successfully, but these errors were encountered: