garylog
v1.1.0
Published
A colorful, timestamped Node.js logger inspired by Gary the cat 🐾
Readme
🐾 garylog
A colorful, timestamped logger for Node.js — inspired by Gary the cat.
📦 Install
npm install garylog🚀 Usage
import Logger from "garylog";
// or: const Logger = require("garylog");
Logger.info("Hello");
Logger.success("It works!", "Init");
Logger.warn("Something's off");
Logger.error("Oops!", "Crash");🔧 Console Override
import "garylog"; // Replaces console.log/warn/error✅ Features
- Timestamps + color
- Optional tags
- Pretty object formatting
- Handles
uncaughtException,unhandledRejection, andprocess.on("warning")
🐈 License
Free for non-commercial use under the Gary License.
Commercial use requires written approval from Gary (a very good kitty).
