Re: problem with log4j.properties file

2002-10-21 Thread William R. Kreamer
Please initialize the log4j system properly. - Original Message - From: "William R. Kreamer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 21, 2002 1:53 PM Subject: problem with log4j.properties file > Hello, I've set up a class

Re: problem with log4j.properties file

2002-10-21 Thread William R. Kreamer
ssage - From: "William R. Kreamer" <[EMAIL PROTECTED]> To: "Log4J Users List" <[EMAIL PROTECTED]> Sent: Monday, October 21, 2002 1:55 PM Subject: Re: problem with log4j.properties file > oops, I actually get the following output: > > [wkreamer@georgi

problem with log4j.properties file

2002-10-21 Thread William R. Kreamer
Hello, I've set up a class, call it com.draper.SomeClass. package com.draper; import org.log4j.*; class SomeClass { private static final Logger logger = Logger.getLogger(SomeClass.class); private debugMe() { logger.debug("hello, world"); } public static void main(String[] args) {

Re: problem with log4j.properties file

2002-10-21 Thread donald larmee
lt;[EMAIL PROTECTED]> Sent: Monday, October 21, 2002 1:53 PM Subject: problem with log4j.properties file > Hello, I've set up a class, call it com.draper.SomeClass. > > package com.draper; > > import org.log4j.*; > > class SomeClass { > private static fin