2.0.0 • Published 6 years ago

gbs-logger v2.0.0

Weekly downloads
12
License
MIT
Repository
-
Last release
6 years ago

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 gbs-logger@2.0.0

Usage

const logger = require('gbs-logger');
logger.log('info', {...});

License

This project is licensed under the MIT License - see the LICENSE file for details

2.0.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago