storybook/lib/client-logger
Michael Shilman 55247a8e36 v6.5.0-beta.4
2022-05-04 10:15:08 +08:00
..
2022-05-04 10:15:08 +08:00
2018-07-31 19:34:05 +03:00
2022-01-25 20:00:21 +01: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