On Fri, Aug 2, 2013 at 2:49 PM, Jan Galler <jagal...@icloud.com> wrote: > Thanks Christian, > > I didn't find any hint to the mailing-list at > http://logging.apache.org/log4php/ that's why I asked.
Its here: http://logging.apache.org/log4php/mail-lists.html :-) > ... > That works fine, without errors and the defines are filled with the right > values. > > Now I just call $logger->info("test"); and the only thing I get is error: > > Fatal error</b>: Class 'LoggerLoggingEvent' not found in > <b>/API/log4php/Logger.php</b> on line <b>173</b> The "test" string will be transformed into a LoggerLoggingEvent. As you already loaded the Logger class, you should also have loaded the autoloader: http://svn.apache.org/repos/asf/logging/log4php/trunk/src/main/php/LoggerAutoloader.php For some reason it seems you still are not able to load the class. Can you somehow find out if the loggerAutoloader works for you? maybe with outputting something. My guess is the problem relates to namespaces Cheers (from germany too) > > > Can someone give me some advise me? > > > Best wishes from Germany, > Jan > > > > On 02.08.2013, at 14:41, Christian Grobmeier <grobme...@gmail.com> wrote: > > Sure! > > On Fri, Aug 2, 2013 at 2:40 PM, Jan Galler <jagal...@icloud.com> wrote: > > Hey guys, > > Is this mailing-list still working? > > > Jan > > > > > -- > http://www.grobmeier.de > https://www.timeandbill.de > > -- http://www.grobmeier.de https://www.timeandbill.de