1.0.2 • Published 6 years ago
@meetalodariya/hr-logger v1.0.2
Logger
Getting Started
Following instructions will help you to set up this project on your local machine.
Installation
first run this command to install all required node modules :
$ npm install --save @meetalodariya/hr-loggerUsage
now import this in your file by
import logger from "@meetalodariya/hr-logger";This functions are available on logger object
logger.error(errorObj , req)
logger.info(errorObj, req)
logger.warn(message)All logs are written in rootDir/logs/combined.log