-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make compiler server logging explicit (#48557)
* Make compiler server logging explicit This changes the compiler server logging infrastructure to be an explicit resource vs. an ambient authority. This both cleans up our implementation a bit but also allows us to take advantage of xUnit output logging in our unit tests. The `ITestOutputHelper` can be the implementation of an `ICompilerServerLogger`. This means that when compiler server tests fail we get the full benefit of our logging infrastructure in the test output vs. having to just guess at what failed here.
- Loading branch information
Showing
28 changed files
with
558 additions
and
443 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.