vvscode / js--ak-logger

Simple logger with titles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ak-logger

npm version Dependencies npm Downloads

How to install?

NPM

How to use?

var log = require('ak-logger');

log.debug("DEBUG LOGS", debug);

## Result

=====debug=====
DEBUG Logs
=====debug=====

Contributing Guidelines

Read the contributing guidelines here

NOTE

Please drop in any suggestions to arshadkazmi42@gmail.com

About

Simple logger with titles

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%