0.0.16 • Published 2 years ago

@jscriptlogger/lib v0.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

jscriptlogger/lib

Description

A beautiful and lightweight wrapper for the old and good console.log.

Usage

import Logger from '@jscriptlogger/lib';

const logger = new Logger(['A'], {
  root: null,
  logLevel: LogLevel.Log,
  console,
});

logger.at('B').log('this is a log');
// the same as
console.log('A/B: this is a log');

Installation

yarn add @jscriptlogger/lib
0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago