hkupty / penna

Opinionated SLF4J backend that logs natively to json
https://hkupty.github.io/penna/
MIT License
47 stars 3 forks source link

feat: Refactor mini logger #97

Closed hkupty closed 5 months ago

hkupty commented 5 months ago

penna.core currently contains a MiniLogger implementation that outputs issues to stderr. In the same spirit, some logs might be needed (in extreme cases) during initialization, so instead of using the "broken" MiniLogger implementation, a new one should be provided by penna.api, so other extensions (i.e. penna-yaml-config) can use it.