Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

ivangabriele-archives/bhala

Repository files navigation

bhala

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


Caution

THIS PACKAGE HAS BEEN DEPRECATED IN FAVOR OF consola.


MIT Licence NPM Version Check 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[])

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Contributors