https://github.com/wyatt-herkamp/nitro_log
A Simple to Use Logging Library for Rust
https://github.com/wyatt-herkamp/nitro_log
logging rust
Last synced: about 1 month ago
JSON representation
A Simple to Use Logging Library for Rust
- Host: GitHub
- URL: https://github.com/wyatt-herkamp/nitro_log
- Owner: wyatt-herkamp
- License: mit
- Created: 2021-11-17T16:03:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T20:08:13.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T03:08:00.521Z (about 1 year ago)
- Topics: logging, rust
- Language: Rust
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nitro_log
An expandable logging library for Rust.
## Features
1. JSON Configs
2. Custom Placeholders
3. Custom output targets
4. Support for structured logging via kv_unstableExamples are found in the tests directory