Re: Silencing log4j Mystery Output

2007-07-11 Thread Tom Purl
On Mon, July 9, 2007 5:23 pm, Paul Smith wrote: > > On 10/07/2007, at 7:51 AM, Tom Purl wrote: > >> I'm writing a simple java program that uses a third-party, >> proprietary library. If I don't place any log4j-related code in my >> program and run it,

Silencing log4j Mystery Output

2007-07-09 Thread Tom Purl
situations): org.apache.log4j.BasicConfigurator.configure(); Logger LOG = Logger.getRootLogger(); LOG.setLevel((Level)Level.OFF); This, however, didn't solve the problem. Does anyone know of anything else I can try to silence this output? Thanks in advance for any