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.
- Host: GitHub
- URL: https://github.com/jaid/jaid-logger
- Owner: Jaid
- License: mit
- Created: 2019-05-25T10:30:03.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T05:09:36.000Z (over 3 years ago)
- Last Synced: 2025-04-19T18:15:33.232Z (about 1 year ago)
- Topics: console-log, jaid-logger, lib, library, log, logger, logging, util, utility, winston, winston-logger
- Language: JavaScript
- Homepage: https://github.com/Jaid/jaid-logger
- Size: 2.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# jaid-logger
**Creates an opinionated Winston logger with advanced file system output.**
## Installation
```bash
npm install --save jaid-logger@^2.2.0
```
```bash
yarn add jaid-logger@^2.2.0
```
(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)