An open API service indexing awesome lists of open source software.

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

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.