storybook/lib/client-logger
Michael Shilman 284fb1b4c2 v4.0.0-rc.3
2018-10-24 00:18:05 +08:00
..
2018-10-24 00:18:05 +08:00
2018-07-31 19:34:05 +03: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