aspnet / Logging

[Archived] Common logging abstractions and a few implementations. Project moved to https://github.com/aspnet/Extensions
Apache License 2.0
507 stars 247 forks source link

Expose logging directory and resolved test name so we can write addit… #906

Closed JunTaoLuo closed 6 years ago

JunTaoLuo commented 6 years ago

…ional logs

This would help with https://github.com/aspnet/KestrelHttpServer/issues/2880. There I needed to direct Chrome to write logs to a specified location. I could alternatively direct chrome to write to a temporary file and them write the contents to TestLogger but network and shutdown logs are very verbose and it's better to keep them in their own files.