Hi, whats going on with those classes?
LoggerDefaultCategoryFactory
LoggeFactory
Do we really need a abstract factory and and a concrete implementatio
of that just for the one line:
public function makeNewLoggerInstance($name) {
return new Logger($name);
}
This looks strange to me - we have no other factory implementations
and don't think we need that currently.
Objections?
christian
