storybook/lib/node-logger
dependabot[bot] 55f3a616e3
Bump chalk from 2.4.1 to 2.4.2
Bumps [chalk](https://github.com/chalk/chalk) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v2.4.1...v2.4.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-09 10:08:21 +00:00
..
2019-01-09 10:08:21 +00:00
2018-07-31 19:34:05 +03:00

Storybook Logger

Any node logging that is done through storybook should be done through this package.

Examples:


import { logger } from '@storybook/node-logger'

logger.info('Info message')
logger.warn('Warning message')
logger.error('Error message')


For more information visit: storybook.js.org