This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other Open Source Projects and the fly likes Log 4j Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Log 4j" Watch "Log 4j" New topic
Author

Log 4j

Anand Shivadas
Greenhorn

Joined: Oct 17, 2000
Posts: 22
Hi,
I have 5 loggers (Debug, error, all, info, warning), I’m using my own wrapper classes to use log 4j, when I try to write to log file (separately for each logger), it’s writing to all loggers and duplicating the log statements
Here is the example,
DebugLogger.log(priority, “Log statement” , then it writes this log statement to DebugLogger more than once and to other loggers as well
Am’ I missing any thing, please help me.
Thanks,
Anand
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Log 4j
 
Similar Threads
Weblogic Cluster error logging
How to use Log4j with Swings app?
Log4j ...selective logging to appenders
Log4J issues
Configuring Log4j for an entire domain/container