An open API service indexing awesome lists of open source software.

https://github.com/jaid/jaid-logger

Creates an opinionated Winston logger with advanced file system output.
https://github.com/jaid/jaid-logger

console-log jaid-logger lib library log logger logging util utility winston winston-logger

Last synced: about 1 year ago
JSON representation

Creates an opinionated Winston logger with advanced file system output.

Awesome Lists containing this project

README

          

# jaid-logger

License Sponsor jaid-logger
Build status Commits since v2.2.0 Last commit Issues
Latest version on npm Dependents Downloads

**Creates an opinionated Winston logger with advanced file system output.**

## Installation

jaid-logger on npm

```bash
npm install --save jaid-logger@^2.2.0
```

jaid-logger on Yarn

```bash
yarn add jaid-logger@^2.2.0
```

@jaid/jaid-logger on GitHub Packages
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))

```bash
npm install --save @jaid/jaid-logger@^2.2.0
```

## Development

Setting up:
```bash
git clone git@github.com:jaid/jaid-logger.git
cd jaid-logger
npm install
```
Testing:
```bash
npm run test:dev
```
Testing in production environment:
```bash
npm run test
```

## License
[MIT License](https://raw.githubusercontent.com/jaid/jaid-logger/master/license.txt)
Copyright © 2020, Jaid \ (https://github.com/jaid)