Skip to content(if available)orjump to list(if available)

I couldn't find a logging library that worked for my library, so I made one

malfist

Almost every logger in java operates this way. You set your library logging to debug and the end user and configure if they want debug logs from your library or not. They can even set context variables.

cowlby

This feels a bit like a pub/sub pattern; I wonder what it would look like with a full pub/sub implementation.

drdec

Did you consider log4js?

reactordev

At least you learned something

bgoosman

Wasn't OpenTelemetry invented for this purpose?