gbs-logger
v2.0.0
Published
Logger tool for GBS Node.JS application. It wraps Winston in a way that it will require certain fields to log.
Readme
GBS Logger
Logger tool for GBS Node.JS application. It wraps Winston in a way that it will require certain fields to log.
Getting Started
Prerequisites
- Node.JS
- Yarn
Installing
yarn add [email protected]Usage
const logger = require('gbs-logger');
logger.log('info', {...});License
This project is licensed under the MIT License - see the LICENSE file for details
