@canopycanopycanopy/b-ber-logger

3.0.6 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @canopycanopycanopy/b-ber-logger

Weekly Downloads

1

Version

3.0.6

License

GPL-3.0-or-later

Unpacked Size

33.8 kB

Total Files

24

Last publish

Collaborators

  • calebwaldorf
  • msimmer