▲ | codeduck 2 days ago | |||||||
I'm surprised this isn't a standard base pattern in languages, to be honest. Apache's commons-logging library was a standard part of enterprise java placements for many years, and only started to go away when Log4J came along. | ||||||||
▲ | lmz 2 days ago | parent [-] | |||||||
Log4j is one of the possible backends for commons logging (and was basically the reason for it - choosing between log4j and the built-in java logging). I think you mean SLF4J? | ||||||||
|