https://github.com/logicblocks/ring.logging
Logging middleware for ring handlers using cartus for logging.
https://github.com/logicblocks/ring.logging
Last synced: 6 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T02:58:34.000Z (7 months ago)
- Last Synced: 2024-10-28T06:28:08.309Z (7 months ago)
- Language: Clojure
- Size: 93.8 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
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).