VSCode-Logging is a mono-repo containing a set of libraries to be used when implementing logging functionality in VSCode Extensions.
It currently contains the following packages:
- @vscode-logging/logger A logging library for VSCode Extensions.
- @vscode-logging/types Common Logger Type Signatures to be used in Dependency Injection Scenarios.
- @vscode-logging/wrapper An optional wrapper and utilities to reduce boiler plate when consuming @vscode-logging/logger.
Please open issues on github.
See CONTRIBUTING.md.