microsoft / DevHomeAzureExtension

Dev Home Azure Extension
MIT License
68 stars 15 forks source link

Replace all logging with Serilog #143

Closed dkbennett closed 3 months ago

dkbennett commented 3 months ago

Summary of the pull request

Removes DevHome.Logging and replaces it with Serilog with appropriate sinks for Console and File logging.

Format of the logs has changed, as well as where they are located.

Single log in the TempState folder for the application instead of multiple logs.

References and relevant issues

Detailed description of the pull request / Additional comments

Log formatting changes:

Validation steps performed

PR checklist