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
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