JSPM

@storybook/client-logger

0.0.0-pr-24676-sha-214a6f84
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10863371
  • Score
    100M100P100Q197946F
  • License MIT

Package Exports

  • @storybook/client-logger
  • @storybook/client-logger/package.json

Readme

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