@yodata/logger
v2.1.6
Published
common logger for yodata packages
Downloads
22
Readme
yodata-logger
console.log with a standardized api log.{debug|info|warn|error}(message: string, data: [object]) api
This package wraps loglevel with some defaults.
Table of Contents
- [yodata-logger](#yodata-logger)
- [Table of Contents](#table-of-contents)
- [Install](#install)
- [Usage](#usage)
- [API](#api)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)
Install
$ yarn add @yodata/logger
Usage
const log = require('@yodata/logger') log.info('hello world!')
Maintainers
Contributing
PRs accepted.
License
MIT © 2019 Yodata, Inc.