therring
Mar 7th, 2005, 03:14 PM
Why does the Spring source code create org.apache.commons.logging.Log variables as class members rather than as static? The reason that I ask is that the commons-logging documentation recommends that it be created as static. I realize that most objects in Spring are only created one time... so the impact is virtually zero.
Just an observation... any thoughts?
Just an observation... any thoughts?