FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Candy Logger v2 is here — a browser logger with a real UI
How-ToWeb Development

Candy Logger v2 is here — a browser logger with a real UI

via Dev.toMuhammad Sheharyar Butt3h ago

I just shipped Candy Logger v2 — a major rewrite of my JavaScript/TypeScript logging library. Candy Logger is now a browser-first logger with a floating UI that makes debugging much easier during development. Instead of just printing plain console messages, v2 gives you a structured table view, tagged logs, color-coded levels, real-time search/filtering, dark/light theme support, JSON export, and draggable/resizable UI controls. It is also zero-dependency . ( GitHub ) One important change in this release: v2 is browser-only . I removed the old Node.js / terminal support, so if you still need the legacy terminal experience, v1.x is the version to stay on. This release is focused on giving frontend developers a much better in-browser debugging workflow. ( GitHub ) What’s new in v2? Complete browser-focused rewrite New table-view logger UI Custom tagged logging 6 color-coded log levels Per-row actions like copy, bookmark, and delete Real-time search and filtering Dark / light theme toggle

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles

LeetCode Solution: 121. Best Time to Buy and Sell Stock
How-To

LeetCode Solution: 121. Best Time to Buy and Sell Stock

Dev.to Tutorial • 3h ago

The Feature Took 2 Hours to Build — and 2 Weeks to Fix
How-To

The Feature Took 2 Hours to Build — and 2 Weeks to Fix

Medium Programming • 4h ago

Blog 15: SDLC Phase 4 — Testing
How-To

Blog 15: SDLC Phase 4 — Testing

Medium Programming • 5h ago

Before We Write a Single Data Structure, We Need to Talk
How-To

Before We Write a Single Data Structure, We Need to Talk

Medium Programming • 6h ago

How-To

How to implement the Outbox pattern in Go and Postgres

Lobsters • 7h ago

Discover More Articles