Norbert de Langen c2bbe43d02
stage0
2022-07-21 11:24:07 +02:00

351 B

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