I'm looking at the following method: http://logging.apache.org/log4php/apidocs/log4php/helpers/LoggerOptionConverter.html#toLevel
It allows users to specify a custom class to convert log level strings in the config file to LoggerLevels. Is this really usefull? It seems quite hackish to me. I would be happier if LoggerLevel::toLevel() was used instead instead. Regards, Ivan
