Lightning Fast
Buffered stdout in Node and batched console output in Web dramatically reduce logging overhead.
Beautiful colors, clean formatting, blazing-fast output, and an extensible plugin system.
SpectralLogs replaces console.log
with a fast, beautiful, and flexible logger. It supports:
// Node
import spec from 'spectrallogs';
spec.info('Node ready');
// Web
import web from 'spectrallogs/web';
web.success('Web ready');