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
When receiving LogEvent that both contains message-template-parameters and EventId, then NLog will allocate both a message-template-parameter-array and also message-properties-dictionary (for eventid).
Maybe consider injecting EventId into the list of message-template-parameter, when message-template has been parsed as being "simple" (Not positional-placeholders and Not message-template-syntax and Not ParseMessageTemplates-option enabled).
The text was updated successfully, but these errors were encountered:
snakefoot
changed the title
Consider adding EventId properties as normal message template parameters
Consider injecting EventId properties as normal message template parameters
Oct 26, 2021
When receiving LogEvent that both contains message-template-parameters and EventId, then NLog will allocate both a message-template-parameter-array and also message-properties-dictionary (for eventid).
Maybe consider injecting EventId into the list of message-template-parameter, when message-template has been parsed as being "simple" (Not positional-placeholders and Not message-template-syntax and Not ParseMessageTemplates-option enabled).
The text was updated successfully, but these errors were encountered: