If we should encourage people to use the new Logging features (currently available only on 0.6.0+) it would make sense to have Logging available for all systems that will support Libraries 2.0.
So will Logging be backported to 0.5.3 too (or at least save us the hassle of having to wrap Log.xxx()
statements conditional compile statements, by making the compiler ignore it)?
Transitioning to Libs 2.0 would allow for a clean break - “old style” libraries will support systems pre 0.5.3 and after and extended libraries only run on 0.5.3 and have logging available from the first version on.