mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
29 lines
1.4 KiB
Markdown
29 lines
1.4 KiB
Markdown
# Storybook Logger
|
|
|
|
[](https://circleci.com/gh/storybooks/storybook)
|
|
[](https://www.codefactor.io/repository/github/storybooks/storybook)
|
|
[](https://snyk.io/test/github/storybooks/storybook/8f36abfd6697e58cd76df3526b52e4b9dc894847)
|
|
[](https://bettercodehub.com/results/storybooks/storybook) [](https://codecov.io/gh/storybooks/storybook)
|
|
[](https://now-examples-slackin-rrirkqohko.now.sh/)
|
|
[](#backers) [](#sponsors)
|
|
|
|
* * *
|
|
|
|
Any node logging that is done through storybook should be done through this package.
|
|
|
|
Examples:
|
|
|
|
```js
|
|
|
|
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](https://storybook.js.org)
|