hkupty / penna

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

Version added to MANIFEST.MF #121

Closed marksailes closed 2 months ago

marksailes commented 2 months ago

I've added the library version to the MANIFEST.MF file so that StdoutLogger.class.getPackage().getImplementationVersion(); can be used in the initialization logging.

marksailes commented 2 months ago

Since this happens at build time, I couldn't think of a good way to unit test it.