You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by Kathy <ka...@enmeta.com> on 2002/07/19 05:51:37 UTC

Possible to set aditivity flag in the logging.properties file?

Hi,

    Can we setAdditivity=false for a logger in the logging.properties 
file rather than set it in the code?

Thanks,
Kathy.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Possible to set aditivity flag in the logging.properties file?

Posted by Jacob Kjome <ho...@visi.com>.
See this thread:

http://marc.theaimsgroup.com/?l=log4j-user&m=102700636521816&w=2

Jake

At 11:51 AM 7/19/2002 +0800, you wrote:
>Hi,
>
>    Can we setAdditivity=false for a logger in the logging.properties file 
> rather than set it in the code?
>
>Thanks,
>Kathy.
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>

logfactor/chainsaw and mdc

Posted by peter riegersperger <ri...@subnet.at>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi all!

are there any plans to add mdc-support to logfactor and/or chainsaw
in the near future?

thanks,

rick



|-
| peter riegersperger  <ri...@subnet.at>
|-
| subnet
| platform for media art and experimental technologies
|-
| http://www.subnet.at/
|-
| muehlbacherhofweg 5 // 5020 salzburg // austria
|-
| fon/fax +43/662/842 897
|-

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>
Comment: public key available at http://home.subnet.at/rick/pgp/

iQA/AwUBPTgGOSDD9/SWDsvSEQJ7jACguLEJd3IlMV5jYQ9knfw7BCyK3ocAnRJ8
vusj+u8EIN2/p18IILQeWi1K
=qxDz
-----END PGP SIGNATURE-----


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Possible to set aditivity flag in the logging.properties file?

Posted by Colin MacDonald <co...@templarcorp.com>.
> -----Original Message-----
> 
>     Can we setAdditivity=false for a logger in the logging.properties 
> file rather than set it in the code?

Yep!  It's pretty simple.  An example:

log4j.category.com.mypackage=ERROR, CONSOLE
log4j.additivity.com.mypackage=false

Does that make sense?

-----------------------------------------------------------------
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.377 / Virus Database: 211 - Release Date: 7/15/2002


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>