NLog / NLog.Extensions.Logging

NLog as Logging Provider for Microsoft Extension Logging
https://nlog-project.org
BSD 2-Clause "Simplified" License
392 stars 151 forks source link

Fallback to Microsoft Logging Formatter when mixing positional with structured #756

Closed snakefoot closed 2 months ago

snakefoot commented 2 months ago

NLog expects message-template to be either positional or structured, and will complain when mixing.

Microsoft Logging Formatter treats all message-templates as structured-format (Not correctly support the positional format)