> -----Original Message-----
>
> Can someone please provide a source for some information on the
> Conversion Pattern Syntax. Mostly I just want to know what the different
> elements ("%F" and the like) are defined as?

Do you mean for log formatting?  Using PatternLayout?  The PatternLayout
Javadoc page has a table with all the formatting characters and their
meanings:

http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/PatternLayout.html

>  I also would like to know the basic configuration attributes available
> for the standard appenders provided.

I think those are appender-dependent, but they're based on the method names.
E.g. RollingFileAppender has a setFile method, so in log4j.xml, you add:
  <param name="File" value="/path/to/logfile.log"/>
or in log4j.properties:
  log4j.appender.APPENDERNAME.File=/path/to/logfile.log

Hope that helps, or did I misunderstand your question?

-----------------------------------------------------------------
Colin MacDonald  |  Software Developer  |  Templar Corporation  |
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.386 / Virus Database: 218 - Release Date: 9/9/2002


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to