Re: Issue with ConsoleAppender and FileAppender in general.

2002-01-08 Thread Will Wood
Thanks, I was wondering about that considering the JavaDoc indicates that it does nothing. I'll try it. >>> [EMAIL PROTECTED] 01/08/02 09:44AM >>> You need to call activateOptions() after setting the properties for them to take effect (in your code, right before the call to addAppender).

Re: Issue with ConsoleAppender and FileAppender in general.

2002-01-08 Thread Tory Toupin
You need to call activateOptions() after setting the properties for them to take effect (in your code, right before the call to addAppender). Will Wood <[EMAIL PROTECTED]> wrote: ** High Priority ** We're using 1.1.3 and have hit upon an issue when using the FileAppender or ConsoleAppender

Issue with ConsoleAppender and FileAppender in general.

2002-01-08 Thread Will Wood
** High Priority ** We're using 1.1.3 and have hit upon an issue when using the FileAppender or ConsoleAppender. If we use the no argument Constructors for FileAppender or ConsoleAppender and then set the Layout and either File or Target for the respective appender we get an error log4j:ERROR