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