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

Introduce MicrosoftLogLevel LayoutRenderer #729

Open snakefoot opened 8 months ago

snakefoot commented 8 months ago

Just like ${level} but mapping to to Microsoft LogLevel-string-values:

Maybe consider introducing a short enum-version (Matches Microsoft Console Logger):

snakefoot commented 7 months ago

Right now one can use ${level:format=FullName} it will output "correct" Microsoft-LogLevel-Names for levels except "Critical".