storybook/lib/client-logger
Michael Shilman d31e743fc1 v6.0.0-rc.29
2020-08-07 19:34:27 +08:00
..
2020-06-23 02:20:57 +03:00
2020-08-07 19:34:27 +08:00

Storybook Logger

Any client-side logging that is done through storybook should be done through this package.

Examples:


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

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

For more information visit: storybook.js.org