Re: Using a specific appender at runtime and calling it by name?

2003-06-12 Thread Michael Schaefer
I removed the layout sections and other initialization properties to make the post more compact. Here are my layout and other settings: log4j.rootLogger=DEBUG, stdout, Default log4j.logger.CWBCImport=DEBUG, requestLog # Setup stdout appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender

Using a specific appender at runtime and calling it by name?

2003-06-12 Thread Michael Schaefer
I'm reposting this question since I wasn't a member of the mailing list when I posted this on Yahoo so I don't think it showed up. I have the following settings in my log4j.properties file: log4j.rootLogger=DEBUG, stdout, normal log4j.logger.SomeUniqueString=DEBUG, requestLog # Setup stdout app

Configure Different Log File for a Class

2003-06-11 Thread Michael Schaefer
I have the following settings in my log4j.properties file: log4j.rootLogger=DEBUG, stdout, normal log4j.logger.SomeUniqueString=DEBUG, requestLog # Setup stdout appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.append