1.0.2 • Published 2 years ago

rdlog v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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: dplayzdev@engineer.com Discord: MTOP DaniPlayz#6112