mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
# Conflicts: # addons/cssresources/package.json # docs/src/pages/configurations/options-parameter/index.md # examples/dev-kits/package.json # examples/rax-kitchen-sink/package.json # lib/api/src/index.tsx # lib/core-events/src/index.ts # yarn.lock
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