# vscode-logging **Repository Path**: mirrors_SAP/vscode-logging ## Basic Information - **Project Name**: vscode-logging - **Description**: Logger Library for VSCode Extensions. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Continuous Integration](https://github.com/SAP/vscode-logging/actions/workflows/ci.yml/badge.svg)](https://github.com/SAP/vscode-logging/actions/workflows/ci.yml) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![REUSE status](https://api.reuse.software/badge/github.com/SAP/vscode-logging)](https://api.reuse.software/info/github.com/SAP/vscode-logging) # VSCode-Logging VSCode-Logging is a [mono-repo][mono-repo] containing a set of libraries to be used when implementing logging functionality in [VSCode Extensions][vscode-ext]. It currently contains the following packages: - [![npm-vscode-logging-logger][npm-vscode-logging-logger-image]][npm-vscode-logging-logger-url] [@vscode-logging/logger](./packages/logger) A logging library for VSCode Extensions. - [![npm-vscode-logging-types][npm-vscode-logging-types-image]][npm-vscode-logging-types-url] [@vscode-logging/types](./packages/types) Common Logger Type Signatures to be used in [Dependency Injection][di] Scenarios. - [![npm-vscode-logging-types][npm-vscode-logging-wrapper-image]][npm-vscode-logging-wrapper-url] [@vscode-logging/wrapper](./packages/wrapper) An optional wrapper and utilities to reduce boiler plate when consuming @vscode-logging/logger. [npm-vscode-logging-logger-image]: https://img.shields.io/npm/v/@vscode-logging/logger.svg [npm-vscode-logging-logger-url]: https://www.npmjs.com/package/@vscode-logging/logger [npm-vscode-logging-types-image]: https://img.shields.io/npm/v/@vscode-logging/types.svg [npm-vscode-logging-types-url]: https://www.npmjs.com/package/@vscode-logging/types [npm-vscode-logging-wrapper-image]: https://img.shields.io/npm/v/@vscode-logging/wrapper.svg [npm-vscode-logging-wrapper-url]: https://www.npmjs.com/package/@vscode-logging/wrapper [mono-repo]: https://github.com/babel/babel/blob/master/doc/design/monorepo.md [vscode-ext]: https://code.visualstudio.com/api/get-started/your-first-extension [di]: https://en.wikipedia.org/wiki/Dependency_injection ## Support Please open [issues](https://github.com/SAP/vscode-logging/issues) on github. ## Contributing See [CONTRIBUTING.md](./CONTRIBUTING.md).