Echopraxia Logging Library #733
wsargent
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello philsttr,
I'm working on a Java version of Blindsight, which I'm calling Echopraxia!
https://github.com/tersesystems/echopraxia
It's a bit more clunky to use builder functions rather than implicits, but I'm pretty happy with it overall -- as it's specifically for structured logging it throws away the varadic / obj1 / obj2 signatures and just has a single function for arguments.
I've also put together a simple spring boot example:
https://github.com/tersesystems/echopraxia-spring-boot-example
I'd be interested in getting your feedback!
Beta Was this translation helpful? Give feedback.
All reactions