bhala
TypeScript icon, indicating that this package has built-in type declarations

3.0.4 • Public • Published

bhala

Pretty (!), powerful and highly customizable Node.js logger.


Licence NPM Version GitHub Workflow Status


Table of Contents

Install

npm i -E bhala

or:

yarn add -E bhala

Usage

import { B } from 'bhala';

B.log('Here is a wonderful log.');
B.event('Here is a wonderful event.');

API

Contants

Methods

debug()

B.debug(...messages: string[])

error()

B.error(...messages: string[])

event()

B.event(...messages: string[])

info()

B.info(...messages: string[])

log()

B.log(...messages: string[])

success()

B.success(...messages: string[])

warn()

B.warn(...messages: string[])

Package Sidebar

Install

npm i bhala

Weekly Downloads

10

Version

3.0.4

License

MIT

Unpacked Size

13.7 kB

Total Files

7

Last publish

Collaborators

  • ivangabriele