Package Exports
- @lskjs/log
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lskjs/log) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
LSK.js – log
@lskjs/log – LSK log.
Table of contents
⌨️ Install
# yarn
yarn i @lskjs/log axios
# npm
npm i @lskjs/log axiosasd
Манифест логгирования
levels
-- ['trace', 'debug', 'info', 'warn', 'error', 'fatal'];
colors
morgan like for debug
namespaces *
zxczxc
📖 License
This project is licensed under the MIT License - see the LICENSE file for details
👥 Contributors
Igor Suvorov 💻 🎨 🤔 |
👏 Contributing
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b features/fooBar) - Commit your changes (
git commit -am 'feat(image): Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request