I have a class that extends AbstractLogEnabled
public class ActionRunner
extends AbstractLogEnabled
implements Runnable {
}bur when I attempt to use getLogger() it always returns an NPE. Is there any initialization that is required before I can use the logger feature. cheers </jima> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
