Re: How to use categoryFactory element in the properties file?

2003-07-13 Thread Steve Ebersole
appId and hostName need to be properties on your class, not arguments to its constructor. public class NtLoggerFactory { protected String appId; protected String hostName; public NtLoggerFactory() {} public String getAppId() { return appId; } public void setAppId( String appI

Re: Newbie Question

2003-07-13 Thread Steve Ebersole
Also, use "-Dlog4j.debug=true" on the command line starting your java process. Log4j will then output helpful information as it configures itself. - Original Message - From: "Hainer, Neil" <[EMAIL PROTECTED]> To: "Log4J Users List" <[EMAIL PROTECTED]> Sent: Saturday, July 12, 2003 3:34 P