.logs
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