|
|
hace 1 año | |
|---|---|---|
| .. | ||
| dist | hace 1 año | |
| README.md | hace 1 año | |
| jest.config.js | hace 1 año | |
| package.json | hace 1 año | |
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