NLog.Targets.Seq and composite formatting

70 views Asked by At

I'm using NLog and Seq together quite successfully, but a third-party library we use makes extensive use of Composite Formatting with message strings like:

"Updated counter via {0} - new value is {1}"

With the NLog.Target.Seq library, this is displayed without performing the replacements of the values intended by the third-party author. When structured logging is used, everything works as expected.

There doesn't seem to be a way to override the layout for the SeqTarget class? Does anyone know how to force the SeqTarget to resolve this sort of message formatting?

Thank you!

0

There are 0 answers