> 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.
Agreed. I think a simple LoggerException with appropriate Message inside should do all tricks we need. I don't think a LoggerConfiguratorException is really necessary, but this is a matter of taste. Cheers Christian > > Knut > >
