@pnpm/logger
TypeScript icon, indicating that this package has built-in type declarations

5.0.0 • Public • Published

@pnpm/logger

Logger for pnpm

npm version Build Status

Installation

<pnpm|yarn|npm> add @pnpm/logger

Usage

@pnpm/logger is mostly just a wrapper over bole. Logging is done the same way as in bole. To listed for logs, use streamParser or create a new parser with createStreamParser().

import logger, {streamParser} from '@pnpm/logger'

logger.debug({ foo: 'bar' })

streamParser.on('data', msg => {
  // ...
})

License

MIT © Zoltan Kochan

Readme

Keywords

Package Sidebar

Install

npm i @pnpm/logger

Weekly Downloads

342,742

Version

5.0.0

License

MIT

Unpacked Size

8.32 kB

Total Files

15

Last publish

Collaborators

  • pnpmuser
  • zkochan