https://github.com/microbean/microbean-fluency-logger
Adapts Java logging to Fluency.
https://github.com/microbean/microbean-fluency-logger
Last synced: 11 months ago
JSON representation
Adapts Java logging to Fluency.
- Host: GitHub
- URL: https://github.com/microbean/microbean-fluency-logger
- Owner: microbean
- License: apache-2.0
- Created: 2019-11-28T22:55:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T23:02:50.000Z (over 6 years ago)
- Last Synced: 2025-04-03T19:33:14.463Z (about 1 year ago)
- Language: Java
- Homepage: https://microbean.github.io/microbean-fluency-logger/
- Size: 405 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# microBean™ Fluency Logger
A project that supplies a
[`Handler`](https://docs.oracle.com/javase/8/docs/api/java/util/logging/Handler.html)
implementation that routes
[`LogRecord`](https://docs.oracle.com/javase/8/docs/api/java/util/logging/LogRecord.html)s
directly to [Fluentd](https://www.fluentd.org/) using the
[Fluency](https://github.com/komamitsu/fluency) project.