Michael Shilman c466d4f77c v7.0.0-beta.9
2022-12-16 00:15:33 +08:00
..
2022-12-16 00:15:33 +08:00
2022-11-14 14:18:39 +01:00

Storybook Logger

Any node logging that is done through storybook should be done through this package.

Examples:

import { logger } from '@storybook/node-logger';

logger.info('Info message');
logger.warn('Warning message');
logger.error('Error message');

For more information visit: storybook.js.org