https://github.com/adonisjs/logger
AdonisJS Logger built on top of pino
https://github.com/adonisjs/logger
bundled-with-core pino
Last synced: 21 days ago
JSON representation
AdonisJS Logger built on top of pino
- Host: GitHub
- URL: https://github.com/adonisjs/logger
- Owner: adonisjs
- License: mit
- Created: 2019-05-15T12:47:08.000Z (almost 6 years ago)
- Default Branch: 6.x
- Last Pushed: 2025-02-19T03:07:53.000Z (2 months ago)
- Last Synced: 2025-03-29T23:09:30.112Z (28 days ago)
- Topics: bundled-with-core, pino
- Language: TypeScript
- Homepage: https://docs.adonisjs.com/guides/logger
- Size: 611 KB
- Stars: 23
- Watchers: 7
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @adonisjs/logger
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
## Introduction
AdonisJS Logger is built on top of [Pino](https://getpino.io/#/). Additionally, we have added support to create multiple named loggers, and make it easy to type-hint Logger as a container dependency.## Official Documentation
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/logger)## Contributing
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.We encourage you to read the [contribution guide](https://github.com/adonisjs/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework.
## Code of Conduct
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md).## License
AdonisJS logger is open-sourced software licensed under the [MIT license](LICENSE.md).[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/logger/checks.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/adonisjs/logger/actions/workflows/checks.yml "Github action"[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
[typescript-url]: "typescript"[npm-image]: https://img.shields.io/npm/v/@adonisjs/logger.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/@adonisjs/logger "npm"[license-image]: https://img.shields.io/npm/l/@adonisjs/logger?color=blueviolet&style=for-the-badge
[license-url]: LICENSE.md "license"