We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the new topic
dotnet/runtime#38616 adds a few new features to ILogger:
In environments where folks scrape/redirect console logs for structured logging, they want to know how to enable JSON formatted logs
https://docs.microsoft.com/aspnet/core/fundamentals/logging/
Console log formatting APIs
The Console Logger provides built-in formatters and the ability author your own custom formatter.
@maryamariyan
The text was updated successfully, but these errors were encountered:
@shirhatti @maryamariyan can you suggest someone to prove code samples and the first draft?
Sorry, something went wrong.
@Rick-Anderson I can help out.
Closing this issue as it was addressed in dotnet/docs#21189
Successfully merging a pull request may close this issue.
Describe the new topic
dotnet/runtime#38616 adds a few new features to ILogger:
Explain why this topic is needed.
In environments where folks scrape/redirect console logs for structured logging, they want to know how to enable JSON formatted logs
Suggest a location in the Table of Contents.
https://docs.microsoft.com/aspnet/core/fundamentals/logging/
Write an abstract. In one short paragraph, describe what this topic will cover.
Console log formatting APIs
The Console Logger provides built-in formatters and the ability author your own custom formatter.
Create an outline for the new topic. We'll help review the outline and approve it before anyone writes a topic.
@maryamariyan
The text was updated successfully, but these errors were encountered: