Paul,
Thanks for your reply.
My DispatchActions are classes of type myproject.myactions, for example.
Shouldn't I be able to add the line
log4j.logger.myproject.myactions.myaction=DEBUG
and have the level defined for this class alone?
--
View this message in context:
http://old.nabble.com/D
I'm trying to get Log4j working with my application.
It works fine in all my classes when I add the line
private static Log log = LogFactory.getLog(ClassName.class);
However, a DispatchAction already has a logger defined. When I add this line
to a DispatchAction I am receiving two lines of outpu
2 matches
Mail list logo