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

Log diagnostic information #2013

Open
sbomer opened this issue May 5, 2021 · 0 comments
Open

Log diagnostic information #2013

sbomer opened this issue May 5, 2021 · 0 comments

Comments

@sbomer
Copy link
Member

sbomer commented May 5, 2021

The linker should output some diagnostic information so that consumers of the linker with custom extensions don't need to do it themselves, such as:

  • the final configured pipeline, with steps and sub steps
  • timing information (total time? time per step?)

If the diagnostics are printed to stdout using LogMessage, they will get Low importance when the linker runs in MSBuild, and the messages will show up (if using the default logger) when using -verbosity:detailed or higher.

See xamarin/xamarin-macios#11374 (comment)

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

2 participants