1.0.9 • Published 7 years ago

@kailashw/logger-app v1.0.9

Weekly downloads
10
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago