Do you find it difficult tracing all your Console.Logs on the browser's Console?
Clogs highlights your console.log, so it's easier to find.
Currently this module is only availbale for React JS
Install with npm
cd my-project
npm install clogz
import clogz from "clogz/index.js";
clogz("your text here");
You can also use clogs()
with variables like this:
import clogz from "clogz/index.js";
const myText = "This is console log with logz";
clogz(myText);
Upcoming features:
- Customize colours
- Unique colours for every clogz() call
For support, please comment on the Github repo.