Menu

sproketboy / sproketblog: Recent posts

Simple Logging wrapper to avoid runtime dependencies

A common challenge in Java is dealing with various logging frameworks. Various different libraries depend on different logging implementations and things can messy very fast.

The issues are compounded by the various inconsistencies with logging conventions, names of things and configurations.

Lately I've been working on a simple ORM and one of the requirements I decided early on would be that this new library would have no external dependencies. However, I did want to be able to log things if logging was available.... read more

Posted by Sproketboy 2012-04-22