auto-group-console
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

Auto-Console-Group

This package has been renamed to auto-console-group

Tame the JS console by automagically grouping console message.

  • Simple: Drop in replacement for the full console API.
  • Automatic: Groups messages by each Event Loop.
  • Easier Debugging: Makes it much clearer to see what is going on in your app.
  • Adds Time Stamps: Each grouping can be timestamped, to help better see what is happening.
  • Reliable: Uses a Microtask to ensure the message group is always closed on time.

A more readable console output in a couple of minutes.

example output


© 2025 David J. Bradshaw - License MIT

Readme

Keywords

Package Sidebar

Install

npm i auto-group-console

Weekly Downloads

5

Version

1.2.0

License

MIT

Unpacked Size

6.21 kB

Total Files

6

Last publish

Collaborators

  • davidjbradshaw