@koober/log
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc.54 • Public • Published

Koober Logging Library (@koober/log)

NPM Version License

Logging library

Installation

npm install @koober/log

Usage

import { log, debug, critical } from '@koober/log';

// Example of data to log
const foo = { bar: 'baz' };

log(critical`This is really bad ${{ foo }}`); // > This is really bad { bar: 'baz' }
log(debug`Some Debug ${{ hey: 'debug info' }}`); // > This is really bad "debug info"

License

MIT © Julien Polo julien.polo@koober.com

Readme

Keywords

Package Sidebar

Install

npm i @koober/log

Weekly Downloads

3

Version

1.0.0-rc.54

License

MIT

Unpacked Size

82.4 kB

Total Files

53

Last publish

Collaborators

  • jpolo
  • alexandrech
  • avatar-koober
  • alexwf.koober
  • jarvis_koober