1.0.9 • Published 6 years ago

@kailashw/logger-app v1.0.9

Weekly downloads
10
License
MIT
Repository
github
Last release
6 years ago

@kailashw/logger-app

This library is used to log the messages to server/browser console. The library currently prints the data to the console. I will be working on making it more effective. For now, This is a test library published on npm library. The details about usage of this library are as following.

To install the library in your application

Using npm

npm i @kailashw/logger-app

Using yarn

yarn add @kailashw/logger-app

Sample usage in the code,

For ES5 and before

const logger = require("@kailashw/logger-app")
logger.info({msg:'this is message', data:'this is data'})

ES6 onwards

import logger from "@kailashw/logger-app";
logger.info({msg:'this is message', data:'this is data'})
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago