storybook/lib/node-logger
Michael Shilman 229ae2956b v6.2.0-rc.8
2021-03-23 10:07:45 +08:00
..
2021-03-23 10:07:45 +08: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