PowerShell / PowerShell/vscode-powershell
Replace custom logger with tslog
Open
@JustinGrote is already working on this.
Since Apr 17, 2023.
Area-Logging
Issue-Enhancement
- Dominant language
- TypeScript
- Stars
- 1.9k
- Forks
- 547
- PR merge metrics
- No merged PRs in 30d
Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all issues to ensure it has not already been reported.
Summary
Prerequisite to: https://github.com/PowerShell/vscode-powershell/issues/4441
To implement this feature, this is an opportune time to look at taking a dependency on a proper logging system to allow for more sinks and a more robust operation.
Proposed Design
I have a lot of love for tslog, which is extremely extensible and can be tied into the existing methods to avoid breaking changes.
@andschwa would you have an appetite for taking this dependency or would you prefer to just overhaul the existing implementation?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.