Socket
Socket
Sign inDemoInstall

@canopycanopycanopy/b-ber-logger

Package Overview
Dependencies
Maintainers
0
Versions
324
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canopycanopycanopy/b-ber-logger

`b-ber-logger` is b-ber's console logger.


Version published
Weekly downloads
283
decreased by-44.83%
Maintainers
0
Weekly downloads
 
Created
Source

@canopycanopycanopy/b-ber-logger

b-ber-logger is b-ber's console logger.

Install

$ npm i -g @canopycanopycanopy/b-ber-logger

Usage

Output from bber commands can be logged to the console with different levels of verbosity.

Arguments

--quiet

The --quiet flag will emit nothing to the console and is an alias of loglevel=0.

$ bber build --quiet
$ bber build --log-level=0
--warn

The ---warn flag will emit warnings and single-line error messages to the console and is an alias of loglevel=1.

$ bber build --warn
$ bber build --log-level=1
--error

The --error flag will emit warnings and stack traces for errors to the console and is an alias of loglevel=2.

$ bber build --error
$ bber build --log-level=2
--verbose

The --verbose flat will emit messages, warnings, errors and stack traces to the console.

$ bber build --verbose
--debug

The --debug flag will emit stack traces for everything, as well as warnings and errors to the console.

$ bber build --debug

FAQs

Package last updated on 19 Sep 2024

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