Re: Configuring a logger to be used with different levels for appenders

2007-02-23 Thread Jacob Kjome
Set the level for the logger to "DEBUG" and set the threshold for the A1 appender to "INFO" Jake Quoting sorin <[EMAIL PROTECTED]>: > > Hello! > > I'd like to define a logger L with 2 appenders A1 (console) and A2 (file). > I'd like to write with A1 only INFO messages and with A2 both

svn commit: r511036 [6/6] - in /logging/log4j/branches/v1_2-branch: ./ contribs/CekiGulcu/ contribs/EirikLygre/ contribs/JamesHouse/ contribs/Jamie Tsao/ contribs/JimMoore/ contribs/KevinSteppe/ contr

2007-02-23 Thread carnold
Modified: logging/log4j/branches/v1_2-branch/tests/src/java/org/apache/log4j/util/XMLLineAttributeFilter.java URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/tests/src/java/org/apache/log4j/util/XMLLineAttributeFilter.java?view=diff&rev=511036&r1=511035&r2=511036

DO NOT REPLY [Bug 40755] - Update source header per ASF Header policy

2007-02-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[EMAIL PROTECTED]: Project logging-log4j-tests (in module logging-log4j) failed

2007-02-23 Thread noreply
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project logging-log4j-tests has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project logging-log4j-tests (in module logging-log4j) failed

2007-02-23 Thread noreply
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project logging-log4j-tests has an issue affecting its community integration. This issue

Configuring a logger to be used with different levels for appenders

2007-02-23 Thread sorin
Hello! I'd like to define a logger L with 2 appenders A1 (console) and A2 (file). I'd like to write with A1 only INFO messages and with A2 both DEBUG and INFO messages. How can I do this? Can I set the level for a specific appender? Thanks Sorin -- View this message in context: http://www.na