Socket
Socket
Sign inDemoInstall

@canopycanopycanopy/b-ber-logger

Package Overview
Dependencies
18
Maintainers
2
Versions
322
Alerts
File Explorer

Advanced tools

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
Maintainers
2
Install size
1.77 MB
Created

Readme

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

Last updated on 07 Apr 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc