From 606ec5fe584e1dbcfe736a9c966564bff1273d41 Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Thu, 28 Feb 2002 03:53:30 +0000 Subject: [PATCH] this gets rid of some XDoclet warnings. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271598 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/xdocs/log4j.properties | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 proposal/xdocs/log4j.properties diff --git a/proposal/xdocs/log4j.properties b/proposal/xdocs/log4j.properties new file mode 100644 index 000000000..d93e13ff4 --- /dev/null +++ b/proposal/xdocs/log4j.properties @@ -0,0 +1,23 @@ +log4j.rootCategory=INFO, Console +log4j.appender.Console=org.apache.log4j.ConsoleAppender +log4j.appender.Console.layout=org.apache.log4j.PatternLayout +log4j.appender.Console.layout.ConversionPattern=(%-35c{2} %-4L) %m%n + +# Uncomment to debug all +#log4j.category.xdoclet=DEBUG + +# Example: Uncomment to debug all EJB Tasks only +#log4j.category.xdoclet.ejb=DEBUG + +# Example: Uncomment to debug the class SubTask only +#log4j.category.xdoclet.SubTask=DEBUG +#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 + +# Uncomment this line if you want to see stack traces +# Please always do so when you want to report a bug +#log4j.category.xdoclet.DocletTask=DEBUG +#log4j.category.xdoclet.DocletTask$DocletMain=DEBUG