1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-09-04 22:48:38 -04:00

Add Flogger (#1119)

This commit is contained in:
Filipe Roque 2024-11-12 14:04:46 +00:00 committed by GitHub
parent 2a95a3be12
commit f65293e710
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -607,6 +607,7 @@ _Libraries that log the behavior of an application._
- [SLF4J](http://www.slf4j.org) - Abstraction layer/simple logging facade.
- [tinylog](https://tinylog.org/v2/) - Lightweight logging framework with static logger class.
- [OpenTracing Toolbox](https://github.com/zalando/opentracing-toolbox) - Collection of libraries that build on top of OpenTracing and provide extensions and plugins to existing instrumentations.
- [Flogger](https://google.github.io/flogger/) - Flogger is a fluent logging API for Java. It supports a wide variety of features, and has many benefits over existing logging APIs.
### Machine Learning