Christian Grobmeier wrote:

you are reading minds. I thought the same when I was under shower this morning.
Hehe, probably one of the best places to think about open source contributions ;)
I think too that we should introduce exceptions. Basically I don't
think we need too much exceptions.
Cool
 Next point worth of discussing is
the naming. Imagine: ConfigurationException. This exception could be
used by other people too which makes it difficult to include Log4PHP
till namespaces are introduced. Maybe LogException will do the trick
and I don't think we need much more exceptions since Log4php is so
wonderful lightweight.
Our prefix is "Logger". Which means we should have a LoggerException (base exception class for everything exception class needed in log4php) + LoggerConfiguratorException (for errors in configurators).

I currently can't think of others. In general we should only throw exceptions during setup and not during the rest of the execution.

Knut

Reply via email to