aspose file tools
The moose likes Other Open Source Projects and the fly likes Multiple appenders in Log4j Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Multiple appenders in Log4j" Watch "Multiple appenders in Log4j" New topic
Author

Multiple appenders in Log4j

Senthil Kumar Sekar
Ranch Hand

Joined: Aug 08, 2010
Posts: 43

I want certain logs(irrespective of log levels) in console and certain others in File.BUT NOT IN BOTH.
Is it possible to implement the same using log4j?

Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8212
    
  72

Yes, that's possible. Take a look at the log4j manual on the project site. Pay attention to the additive (or was it additivity) attribute on the category/logger element in log4j.xml.

[My Blog] [JavaRanch Journal]
Senthil Kumar Sekar
Ranch Hand

Joined: Aug 08, 2010
Posts: 43

Thanks Jai. I got it done by having the additive="false" property.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Multiple appenders in Log4j
 
Similar Threads
log of debug stack in helios
Log4j working too good
error when i run log file
Debugging Best Practices??
how to log errors occurred in backend java engine or servlet