Re: Problem with %d in log4php.properties

2006-06-07 Thread Eric BOYER
Without " , it works on easyPHP I am under linux with apache an dit doesn't work :-( Marco V. a écrit : I want to use the %d in log4php.properties but nothing is returned : log4php.appender.fichier.layout.ConversionPattern=%d - %-5p [%F:%L] - %m%n or log4php.appender.fichier.layout.Conversi

Re: Problem with %d in log4php.properties

2006-06-05 Thread Eric BOYER
Marco V. a écrit : I want to use the %d in log4php.properties but nothing is returned : log4php.appender.fichier.layout.ConversionPattern=%d - %-5p [%F:%L] - %m%n or log4php.appender.fichier.layout.ConversionPattern=%d{Y-m-d H:i:s} - %-5p [%F:%L] - %m%n nether return a date in my log ! I ha

Re: Problem with %d in log4php.properties

2006-06-05 Thread Marco V.
> I want to use the %d in log4php.properties but nothing is returned : > > log4php.appender.fichier.layout.ConversionPattern=%d - %-5p [%F:%L] - %m%n > > or > > log4php.appender.fichier.layout.ConversionPattern=%d{Y-m-d H:i:s} - %-5p > [%F:%L] - %m%n > > nether return a date in my log ! > > I have

Problem with %d in log4php.properties

2006-06-02 Thread Eric BOYER
Hello I want to use the %d in log4php.properties but nothing is returned : log4php.appender.fichier.layout.ConversionPattern=%d - %-5p [%F:%L] - %m%n or log4php.appender.fichier.layout.ConversionPattern=%d{Y-m-d H:i:s} - %-5p [%F:%L] - %m%n nether return a date in my log ! I have for exemp