The URL is to the Javadoc index page. I would very much appreciate a pointer to the class you mentioned.
Type: Posts; User: hamiltonca; Keyword(s):
The URL is to the Javadoc index page. I would very much appreciate a pointer to the class you mentioned.
I would like to use org.apache.commons.logging in a class and have that log object created and injected into the target object
import org.apache.commons.logging.Log
class Foo {
private Log...