Exception while Application run on CD/DVD

2007-05-24 Thread Laxmilal Menaria
Hello everyone, I am using Log4j for logging in my products. This is working fine on my hard drive, all logging are works. But if copied my application on CD/DVD then log4j gives exception, I want if log4j die then Application should works. I am getting the following exception while running on C

Re: Exception while Application run on CD/DVD

2007-05-24 Thread James Stauffer
Your config is probably setup to write a file to the CD which is read-only. On 5/24/07, Laxmilal Menaria <[EMAIL PROTECTED]> wrote: Hello everyone, I am using Log4j for logging in my products. This is working fine on my hard drive, all logging are works. But if copied my application on CD/DVD t

Zeroconf & Chainsaw with log4j-1.3alpha-8

2007-05-24 Thread Cheung, Quinn
I've configured a client application to use zeroconf to establish a connection with Chainsaw. Currently it all works fine with log4j-1.3alpha-7. But for some reason there's a problem when I compile/run both the client app and Chainsaw with log4j-1.3alpha-8. When I run them, I see my client app

Re: New Implementation: Logger-level Filtering

2007-05-24 Thread Brett Birschbach
As far as I know, log4j does not have a "ForwardingAppender" concept. However, implementing it is relatively trivial. I actually rolled my own a few months back trying to solve the problem of over filtering. In the end, a logger level filter still makes configuration MUCH more straight forwar