rdlog
v1.0.2
Published
Utility for Console Logging
Downloads
6
Maintainers
Readme
RDLog
Console Logging. Redefined.
Changelog
- [*] Fixed
Install
NPM
npm install rdlog
Yarn
yarn add rdlog
Usage
JavaScript
const rdl = require("rdlog")
rdl(
"success", // type: success, info, debug, error
"server", // location
"Ready on port 80" // message
)
// [Success:server] Ready on port 80
TypeScript
NOT SUPPORTED YET
Credits
Copyright (c) DaniPlayzDev. All Rights Reserved.
Email: [email protected] Discord: MTOP DaniPlayz#6112