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

Logging behaviour doc #10859

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Logging behaviour doc #10859

wants to merge 2 commits into from

Conversation

maridematte
Copy link
Contributor

Fixes #10676

Context

There has some confusion about which logs display what type of message. This is to clarify what is to be expected from each logger and verbosity.

Copy link
Member

@JanKrivanek JanKrivanek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks very helpful!!

There are various types of messages within MSBuild with different importances and purposes. .
There are some message types that are built-in within the engine, `errors`, `warnings`, and MSBuild engine information. The custom messages, that can come either from the engine or other sources, are selected and displayed based on the `importance` of the message. There can be high, normal, and low importance messages being displayed.

For more information on custom messages you can more ou Microsoft Learn page for the [MSBuild Message Task](https://learn.microsoft.com/visualstudio/msbuild/message-task)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Words order got broken here :-)

documentation/Logging-behaviour.md Outdated Show resolved Hide resolved
documentation/Logging-behaviour.md Outdated Show resolved Hide resolved
documentation/Logging-behaviour.md Outdated Show resolved Hide resolved
documentation/Logging-behaviour.md Show resolved Hide resolved
documentation/Logging-behaviour.md Outdated Show resolved Hide resolved
documentation/Logging-behaviour.md Outdated Show resolved Hide resolved
@maridematte maridematte marked this pull request as ready for review November 11, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Update docs for clarity about different Logger behaviors
3 participants