storybook/lib/client-logger
Tom Coleman 225c4be4ac Revert "add scancode file and fix declared type for channel"
This reverts commit 9cab57050542c379ea42b29aeab4e46c5746adb9.
2019-01-10 12:29:19 +11:00
..
2019-01-09 18:48:10 +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