@waves/client-logs

Simple library for logging events

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@waves/client-logs
0151.0.03 years ago3 years agoMinified + gzip package size for @waves/client-logs in KB

Readme

Lite library for console logs from clients.
Install
npm i @waves/client-logs
Usage
import { makeConsole, makeOptions } from '@waves/client-logs';

const console = makeConsole(makeOptions('verbose'));

console.log('Some arguments');