storybook/code/lib/client-logger
2023-02-22 01:57:44 +08:00
..
2023-02-22 01:57:44 +08:00
2023-02-14 13:57:07 +01: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