User: rinkrank Date: 02/03/01 04:07:37 Modified: core/config log4j.properties Log: -Refactored common logic in Field/Constructor/MethodTagsHandler up in AbstractProgramElementTagsHandler (It was pretty bad inheritance-by-copy-paste, and I was guilty of parts of it) Revision Changes Path 1.6 +4 -1 xdoclet/core/config/log4j.properties Index: log4j.properties =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/core/config/log4j.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -r1.5 -r1.6 --- log4j.properties 22 Jan 2002 14:18:43 -0000 1.5 +++ log4j.properties 1 Mar 2002 12:07:37 -0000 1.6 @@ -14,6 +14,7 @@ #log4j.category.xdoclet.ejb.tags.RelationTagsHandler=DEBUG #log4j.category.xdoclet.ejb.tags.MethodTagsHandler=DEBUG + # Example: Uncomment to debug the tokenizeValue() method of SubTask only #log4j.category.xdoclet.SubTask.tokenizeValue=DEBUG @@ -21,3 +22,5 @@ # Please always do so when you want to report a bug #log4j.category.xdoclet.DocletTask=DEBUG #log4j.category.xdoclet.DocletTask$DocletMain=DEBUG + +#log4j.category.xdoclet.tags.MethodTagsHandler=DEBUG
_______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
