https://github.com/tsledger/console-handler
Ledger - Console-backed Handler
https://github.com/tsledger/console-handler
Last synced: 5 months ago
JSON representation
Ledger - Console-backed Handler
- Host: GitHub
- URL: https://github.com/tsledger/console-handler
- Owner: TSLedger
- License: mit
- Created: 2025-01-30T20:25:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-17T16:37:10.000Z (5 months ago)
- Last Synced: 2026-01-18T02:49:57.062Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# console-handler
An is an addon for the [Ledger](https://github.com/TSLedger/ledger) Project. Ledger is a customizable interface for logging written in TypeScript. This add is designed to work with only Ledger's TypeScript-based, batteries-included API. We focus on giving you a powerful and extensible solution for your projects.
Please refer to [Ledger](https://github.com/TSLedger/ledger) Documentation for usage.
## Ledger Features
- **Flexible Logging**: Supports multiple formats, destinations, and levels of logging, all tailored to your needs.
- **TypeScript Support**: Fully typed for ease of use and developer experience.
- **Seamless Integration**: Directly integrates with the Ledger API, leveraging its built-in features for consistency.
## Addon Features
- **Log Filtering**: Filter events based on the the severity.
- **Log Format**: Utilize template string variables to customize the output to files.
## License
This project is licensed under the [MIT License](LICENSE).
## Acknowledgements
- [ledger](https://github.com/TSLedger/ledger): The core logging framework that powers this addon.