buttery-components-logo
buttery.tools

@buttery/logs

A isomorphic class that logs messages and information at various log levels. Works in any JS context (node,edge, browser, etc...) or anywhere JS can be run.

Installation

yarn add @buttery/tsconfig

Usage

Please view the @buttery/logs documentation

Dependencies

No @buttery intra-dependencies.

Exports

ButteryLogger

printAsBullets

Scripts

yarn build

Builds the project using the Typescript compiler tsc against the tsconfig.build.json tsconfig.

yarn dev

Runs the yarn build command in watch mode. Any changes will be run through the compiler and output into the dist directory