There's one thing that's been bugging me for ages, and that's the array used for autoloading which is located at the beginning of Logger.php ($_classes).
I think it should be moved into a separate class, e.g. LoggerAutoLoader.php, along with the autoload() method. It's huge, and it is not logically connected to the Logger class functionality. Always having to scroll the 150 or so lines is really annoying. Does anybody have any objection to this? Regards, Ivan
