Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SpectralLogsNew to Visual Studio Code? Get it now.
SpectralLogs

SpectralLogs

ZtaMDev

|
1 install
| (0) | Free
The official VS Code extension for SpectralLogs the fast and easy to use logger for node / bun / deno and web.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
logo

Spectral Logs

The fastest, most elegant logging library for Node.js, TypeScript, Bun, and Deno

Spectral Logs VS Code extension is a simple and easy-to-use devtools kit for Spectral Logs usage.

Official Website | Documentation Docs | Roadmap Roadmap

Features

  • Code Snippets - Code snippets for all the main functions of Spectral Logs triggered with the spec word.
  • Configuration Generator - A simple tool to generate your spec logger configuration, with a straightforward UI.
  • Playground - An interactive webview inside VS Code to test and run Spectral Logs commands in real-time.

Configuration Generator

You can use it by pressing Ctrl + Shift + P and then writing Spectral Logs: Create default config.
It will ask you the settings available to change and generates a constant config with the chosen values.
If the variable config already exists, it will prompt you to provide a custom name for the constant.

Playground

The Playground allows you to test Spectral Logs commands interactively.
You can use it by pressing Ctrl + Shift + P and then writing Open Spectral Logs Playground. It provides a live console where you can write commands like:

spec.info("Hello world!");
spec.success("This is a success message");
spec.log("Custom log", "cyan");

You can toggle multiline input, run commands with Enter, and clear the console with the Clearbutton.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft