https://github.com/logicblocks/ring.logging
Logging middleware for ring handlers using cartus for logging.
https://github.com/logicblocks/ring.logging
Last synced: 4 months ago
JSON representation
Logging middleware for ring handlers using cartus for logging.
- Host: GitHub
- URL: https://github.com/logicblocks/ring.logging
- Owner: logicblocks
- License: mit
- Created: 2024-06-04T13:19:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T02:57:00.000Z (about 1 year ago)
- Last Synced: 2025-07-20T19:40:48.561Z (12 months ago)
- Language: Clojure
- Size: 109 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ring.logging
[](https://clojars.org/io.logicblocks/ring.logging)
[](https://clojars.org/io.logicblocks/ring.logging)
[](https://github.com/logicblocks/ring.logging/graphs/contributors)
Support functions for other logicblocks components.
## Install
Add the following to your `project.clj` file:
```clj
[io.logicblocks/ring.logging "0.0.1"]
```
## Documentation
* [API Docs](https://logicblocks.github.io/ring.logging/index.html)
## Usage
TODO: Write usage.
## License
Copyright © 2024 LogicBlocks Maintainers
Distributed under the terms of the
[MIT License](http://opensource.org/licenses/MIT).