You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Jeff Turner <je...@socialchange.net.au> on 2001/11/17 09:50:09 UTC

Re: cvs commit: jakarta-log4j/src/java/org/apache/log4j/xml DOMConfigurator.java log4j.dtd

On Sat, Nov 17, 2001 at 01:04:22AM -0000, ceki@apache.org wrote:
>   First incomplete implementation of FallbackErrorHandler. This required some
>   changes to the ErrorHandler interface.
[..]
>   +  /**
>   +     Add a reference to a logger to which the failing appender might
>   +     be attached to. The failing appender will be searched and
>   +     replaced only in the loggers you add through this method.
>   +
>   +     @param loggerName The name of the logger that will be searched
>   +     for the failing appender in view of replacement.
>   +     
>   +     @since 1.2 */
>   +  void setLogger(Stiring loggerName);
                      ^^^^^^^
Oops, that broke it ;P

--Jeff

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


Re: cvs commit: jakarta-log4j/src/java/org/apache/log4j/xml DOMConfigurator.java log4j.dtd

Posted by Ceki Gulcu <ce...@qos.ch>.
Jeff,

Thanks for catching it. 

At 19:50 17.11.2001 +1100, you wrote:
>On Sat, Nov 17, 2001 at 01:04:22AM -0000, ceki@apache.org wrote:
>>   First incomplete implementation of FallbackErrorHandler. This required some
>>   changes to the ErrorHandler interface.
>[..]
>>   +  /**
>>   +     Add a reference to a logger to which the failing appender might
>>   +     be attached to. The failing appender will be searched and
>>   +     replaced only in the loggers you add through this method.
>>   +
>>   +     @param loggerName The name of the logger that will be searched
>>   +     for the failing appender in view of replacement.
>>   +     
>>   +     @since 1.2 */
>>   +  void setLogger(Stiring loggerName);
>                      ^^^^^^^
>Oops, that broke it ;P
>
>--Jeff


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