Re: log4php not working properly

2011-01-04 Thread Christian Grobmeier
, would >>>>>>>>>>> supposedly >>>>>>>>>>> create an unexisting file >>>>>>>>>>> if "w" is specified in the second param. i tried it and i could >>>>>>>>>>>

Re: log4php not working properly

2011-01-04 Thread tinkee
t;>>>>>> to work.. if i dont create a file >>>>>>>>>> in the path i specified, it could not create the file >>>>>>>>>> successfully. >>>>>>>>>> >>>>>>>

Re: log4php not working properly

2011-01-04 Thread Christian Grobmeier
> >>>>>>>>> Christian grobmeier wrote: >>>>>>>>>> >>>>>>>>>> Hello, >>>>>>>>>> >>>>>>>>>> http://logging.apache.org/log4php/docs/appenders.html#LoggerAppenderDai

Re: log4php not working properly

2011-01-04 Thread tinkee
t;>>> http://logging.apache.org/log4php/docs/appenders.html#LoggerAppenderDailyFile >>>>>>>>> there is some more which needs to be configured: >>>>>>>>> >>>>>>>>> log4php.appender.default.datePattern = Ymd &

Re: log4php not working properly

2011-01-04 Thread tinkee
gt;>> >>>>>>>> In your case it should look like: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>&g

Re: log4php not working properly

2011-01-04 Thread Christian Grobmeier
>> >>>>>>> Or similar >>>>>>> >>>>>>> However, I just reckognized that the xml documentation is far from >>>>>>> good. Its no surprise its usage is unclear. >

Re: log4php not working properly

2011-01-04 Thread tinkee
egards, >>>>>> Christian >>>>>> >>>>>> >>>>>> On Tue, Jan 4, 2011 at 3:24 AM, tinkee >>>>>> wrote: >>>>>>> >>>>>>&

Re: log4php not working properly

2011-01-04 Thread tinkee
t;>>>>> i'm using the log4php for my logging. >>>>>> specifically the LoggerAppenderDailyFile >>>>>> but it could not create the logfile successfully. >>>>>> >>>>>> >>>>>> myconfi

Re: log4php not working properly

2011-01-03 Thread Christian Grobmeier
gt; log4php:configuration >>>>> xmlns:log4php="http://logging.apache.org/log4php/"; >>>>> > >>>>>     >>>>> >>>>> >>>>>         >>>>> >>>>> >>>>> >&g

Re: log4php not working properly

2011-01-03 Thread tinkee
>>>         >>>>     >>>>     >>>>         >>>>         >>>>     >>>> >>>> >>>> >>>> >>>> the php file is this: >>>> >>> >>>> require_once (&#

Re: log4php not working properly

2011-01-03 Thread Christian Grobmeier
../log4php/php/Logger.php'); >>> Logger::configure('myconfig.xml'); >>> >>> //for checking >>> $temp = "hello there!"; >>> echo $temp; >>> >>> $logger = Logger::getLogger('myLogger');   -->what should b

Re: log4php not working properly

2011-01-03 Thread tinkee
or checking >> $temp = "hello there!"; >> echo $temp; >> >> $logger = Logger::getLogger('myLogger');   -->what should be specified >> here >> in getLogger? >>                                                          -->a random >

Re: log4php not working properly

2011-01-03 Thread Christian Grobmeier
bug('Hello!'); > > ?> > > > did i miss out on somehting? > > my php version is php5.1.X > and im using the log4php 2.0.0-incubating. > > does the version has any effect? > > thanks a lot. > -- > View this message in context: > http://old.nabble.com/log4php-not-working-properly-tp30583406p30583406.html > Sent from the Log4php - Users mailing list archive at Nabble.com. > > -- http://www.grobmeier.de

log4php not working properly

2011-01-03 Thread tinkee
ied here in getLogger? -->a random value is assigned here $logger->debug('Hello!'); ?> did i miss out on somehting? my php version is php5.1.X and im using the log4php 2.0.0-incubating. does the version has any effect? thanks a lot. -- View this message in context: http://old