Socket
Socket
Sign inDemoInstall

bhala

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bhala

A pretty (!), powerful and customizable logging library for Node.js.


Version published
Weekly downloads
6
decreased by-80.65%
Maintainers
1
Weekly downloads
 
Created
Source

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[])

Keywords

FAQs

Package last updated on 15 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc