Closed
Description
IKestralTrace was added before it was easily possible to unit test logs.
See #31562 (comment)
We should remove the interface and change KestrelTrace into a static class. Will save making interface method calls.
Will likely require a lot of changes to unit tests.
Repeat for ISocketTrace and IQuicTrace.