also... just what is meant by A1, A2, A3????
thanks again for reading what are surely basic questions..! -----Original Message----- From: bruce [mailto:[EMAIL PROTECTED] Sent: Friday, January 04, 2008 4:57 PM To: 'Knut Urdalen'; log4php-user@logging.apache.org Subject: RE: logging directory... hi again knut.. and thanks or answering/replying to my basic questions... i've looked at the information/links listed below, and i've tried to figure out how that relates to the log4php files in the app i downloaded. basically, i'm trying to find a sample, that uses an ini file (not xml) to be able to quickly configure the app, so i can do a test php chunk of script to log some test messages... i'm pretty sure everything i need is right in front of me if i can grasp it. i've searchd the 'net trying to see if there's a sample/example test app that i can examine. thanks -----Original Message----- From: Knut Urdalen [mailto:[EMAIL PROTECTED] Sent: Friday, January 04, 2008 4:29 PM To: bruce Subject: Re: logging directory... bruce wrote: > must be missing something, because i can't seem to find/see anything that > sets the log file/dir... > The file-property of the LoggerAppenderFile holds the path to the log file. See: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/examples/php/file.p roperties?view=markup The layout-property of an appender controls the output format. LoggerLayoutTTCC is a default one that contains the date/time. You can also use a LoggerPatternLayout and set the conversionPattern property to control the exact output. See this example: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/examples/php/mdc.pr operties?view=markup See all the modifiers available in the pattern layout here: http://incubator.apache.org/log4php/apidocs/log4php/layouts/LoggerPatternLay out.html The rest of the API documentation is also helpful: http://incubator.apache.org/log4php/apidocs/index.html Best regards, Knut Urdalen