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