Skip to content

SpectralLogsHigh-performance logging for Node & Web

Beautiful colors, clean formatting, blazing-fast output, and an extensible plugin system.

SpectralLogs logo

Why SpectralLogs?

SpectralLogs replaces console.log with a fast, beautiful, and flexible logger. It supports:

  • Clean, colorized output
  • Timestamps and levels
  • Powerful error formatting
  • Plugins for custom behavior
  • Node and Web builds in a single package
ts
// Node
import spec from 'spectrallogs';
spec.info('Node ready');

// Web
import web from 'spectrallogs/web';
web.success('Web ready');