Hello again :)

Can i programmatically create loggers for spring , hibernate and other frameworks? means something like :

logfactory.getlogger("org.springframework");
and then set the apropriate level ?

Is this possible? because i tried it but don't really think it works

Thanks for help