storybook/lib/node-logger
Michael Shilman a5a9838c29 v5.2.0-rc.1
2019-08-31 10:53:14 +08:00
..
2019-08-31 10:53:14 +08: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