Hi, again, I know understand much more bout Hierarchy etc.. However, I would like to remove that Factory stuff. It makes everything more complex as necessary and even when I know that people can have their own Logger Implementations with this approach, I doubt that people will use it in PHP. But I don't know this by expierence, so what do you think? I still want to remove it from the source code.
Cheers, Christian On Thu, May 7, 2009 at 11:54 AM, Christian Grobmeier <grobme...@gmail.com> wrote: >> Be aware that this is currently used in >> LoggerHierarchy::getLoggerByFactory(). > > yes, but this could be refactored i think. > Maybe simple in getLogger() >