@sabir7718/log
v1.0.3
Published
Beautiful colored logger by SABIR7718
Readme
# @sabir7718/log
A beautiful colored console logger with fancy ASCII banner for Node.js.
---
## Features
- Fancy ASCII art banner on startup
- Colored logging with timestamps
- Multiple log types: info, success, error, warn, command
- Lightweight and easy to use
## Installation
```bash
npm install @sabir7718/logUsage
const { log } = require('@sabir7718/log');
log("This is a normal message");
log.info("This is an info message");
log.success("Operation completed successfully!");
log.error("Something went wrong!");
log.warn("This is a warning");
log.command("Running command...");
log.success("User logged in", "Rahul");⚠️ COPYRIGHT NOTICE
/*
- © 2026 SeXyxeon (VOIDSEC)
- ❌ DO NOT CLAIM THIS CODE AS YOUR OWN
- ✔️ Usage or modification is allowed ONLY
- with prior permission and proper credit.
- OFFICIAL LINKS (ONLY):
- YouTube : https://youtube.com/@voidsec7718
- Instagram : sabir._7718
- Telegram : https://t.me/SABIR7718
- GitHub : https://github.com/SABIR7718
- WhatsApp : +91 73650 85213 */
Any form of re-uploading, recoding, modification, selling, or redistribution WITHOUT explicit permission from the original author is strictly prohibited.
❌ NO CREDIT = NO PERMISSION
This package contains protection. If the copyright header is removed or modified in the source code, the package will automatically call process.exit(1) and crash.
Do not remove the header if you want the code to run.
Violations may result in DMCA takedown.
© 2026 SeXyxeon (VOIDSEC) | All Rights Reserved
