ehatcher 2003/01/05 08:03:56
Modified: proposal/xdocs log4j.properties
Log:
probably not needed, but committing just in case
Revision Changes Path
1.2 +20 -10 jakarta-ant/proposal/xdocs/log4j.properties
Index: log4j.properties
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/xdocs/log4j.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- log4j.properties 28 Feb 2002 03:53:30 -0000 1.1
+++ log4j.properties 5 Jan 2003 16:03:56 -0000 1.2
@@ -1,23 +1,33 @@
log4j.rootCategory=INFO, Console
log4j.appender.Console=org.apache.log4j.ConsoleAppender
log4j.appender.Console.layout=org.apache.log4j.PatternLayout
+#log4j.appender.Console.layout.ConversionPattern=%m%n
log4j.appender.Console.layout.ConversionPattern=(%-35c{2} %-4L) %m%n
# Uncomment to debug all
-#log4j.category.xdoclet=DEBUG
+log4j.category.xdoclet=DEBUG
-# Example: Uncomment to debug all EJB Tasks only
-#log4j.category.xdoclet.ejb=DEBUG
+# Uncomment to debug all Ejb Module tasks only
+#log4j.category.xdoclet.modules.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
+# Uncomment to debug the class SubTask only
+#log4j.category.xdoclet.SubTask=DEBUG
+#log4j.category.xdoclet.TemplateSubTask=DEBUG
+#log4j.category.xdoclet.template.TemplateEngine=DEBUG
-# Example: Uncomment to debug the tokenizeValue() method of SubTask only
-#log4j.category.xdoclet.SubTask.tokenizeValue=DEBUG
+# Uncomment to debug the execute() method of SubTask only
+#log4j.category.xdoclet.SubTask.execute=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
+#log4j.category.xdoclet.XDocletMain=DEBUG
+
+# Uncomment to debug the ModuleFinder
+#log4j.category.xdoclet.loader.ModuleFinder.findModules=DEBUG
+
+# Uncomment to debug the MethodTagsHandler
+#log4j.category.xdoclet.tagshandler.MethodTagsHandler=DEBUG
+
+# Uncomment to debug the GenerationManager
+#log4j.category.xdoclet.GenerationManager.generation=DEBUG
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>