Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce MicrosoftLogLevel LayoutRenderer #729

Open
snakefoot opened this issue Mar 15, 2024 · 1 comment
Open

Introduce MicrosoftLogLevel LayoutRenderer #729

snakefoot opened this issue Mar 15, 2024 · 1 comment

Comments

@snakefoot
Copy link
Contributor

snakefoot commented Mar 15, 2024

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

  • Critical
  • Debug
  • Error
  • Information
  • None
  • Trace
  • Warning

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

  • Crit
  • Dbug
  • fail
  • info
  • none
  • trce
  • warn
@snakefoot
Copy link
Contributor Author

snakefoot commented Mar 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant