3.0.3 • Published 3 years ago

logger-web v3.0.3

Weekly downloads
33
License
MIT
Repository
github
Last release
3 years ago

logger-web

A logging utility for the web!

Installation:

npm i logger-web

Usage:

import { Logger } from 'logger-web';
(or)
const Logger = require("logger-web").Logger;
(or)
const { Logger } = require("logger-web");
Logger.info("some info text . . .");
Logger.log("some log text . . .");
Logger.warn("some warning text . . .");
Logger.debug("some debug text . . .");

Turn on/off the logging in browser: In the browser's console, type the following:

Logger.enable(); // For enabling the logging
Logger.disable(); // For disabling the logging
Logger.isEnabled(); // For checking if the logging is enabled

License: MIT ( https://mit-license.kcak11.com )

3.0.3

3 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago