storybook/lib/node-logger
Christophe Coevoet ab2e0e6547 Upgrade regenerator-runtime to 0.13 in all packages
This avoids shipping both 0.12 and 0.13 in the bundled file due to
different versions being used by different components.
2019-10-01 17:27:48 +02: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