dot-logs

A winston implementation to make logs easy


License
MIT
Install
npm install dot-logs@1.0.0

Documentation

.logs

npm GitHub Workflow Status npm bundle size Commitizen friendly semantic-release: angular

Installation

$ npm i dot-logs

Usage

import DotLogs from 'dot-logs';

const log = new DotLogs();
log.info('my awesome log');

Log Levels

.error() .warn() .info() .http() .debug() .verbose()

License

MIT License.

Copyright (c) 2022 Facundo Carbonel / LogIt