Mohammad Asif cf937194cb Removed un-waned things 1. il y a 2 ans
..
dist cf937194cb Removed un-waned things 1. il y a 2 ans
README.md cf937194cb Removed un-waned things 1. il y a 2 ans
jest.config.js cf937194cb Removed un-waned things 1. il y a 2 ans
package.json cf937194cb Removed un-waned things 1. il y a 2 ans

README.md

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