@waves/client-logs
v1.0.0
Published
Simple library for logging events
Downloads
1,979
Maintainers
Keywords
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');