The properties that can be set map directly to the properties of the classes, 
following the JavaBeans conventions.  So if a class has a setXXX method, you can 
configure the XXX property.  With loggers it's a little trickier since the name of a 
logger may itself include a period.  Therefore the property precedes the logger name.  
For example:

log4j.logger.com.megacorp.sample=warn, A1
log4j.additivity.com.megacorp.sample=false

Craig

>>> [EMAIL PROTECTED] 07/18/02 10:01AM >>>
Hi,

I do not see any docs on the various config params that could be used
for the PropertiesConfigurator. Have been using some based on the
examples. This however is not sufficient, and incomplete.

Has anyone come across a doc for configuration of loggers ? Has
anyone created one that is comprehensive enough ? Would appreciate
sharing it.

thanks,
raghu

ps: Was wondering if one can set a logger-factory for each type of logger.
currently, the log4j.loggerfactory param seems to set it across all the
loggers.


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


****************************************************************
                        Please Note
The information in this E-mail message is legally privileged
and confidential information intended only for the use of the
individual(s) named above. If you, the reader of this message,
are not the intended recipient, you are hereby notified that 
you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error,
please notify the sender. Thank you
*****************************************************************

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

Reply via email to