Mathias, can you implement the verbose="true|false" code too? So with a simple verbose="true" user gets more useful logs. Logs should be enabled for: the main and its exception tracking part, probably a trace outputting all properties (mergedir/ejbspec/...) and stuff like those. I believe it should be a matter of enabling logs for some categories. Anyway, if it's in your plans to upgrade xdoclet to use common-logging then add this mini-feature to your list too :-)
Ara. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:xdoclet-devel- > [EMAIL PROTECTED]] On Behalf Of Mathias Bogaert > Sent: Monday, May 13, 2002 2:05 AM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-devel] CVS update: xdoclet/core/config log4j.properties > > User: pathoss > Date: 02/05/12 14:35:29 > > Modified: core/config Tag: MODULE_REFACTORING_BRANCH log4j.properties > Log: > More simple layout when logging to the console. Later on I will modify > this that we can have a "developer" output and a "user" output. Developer > output will include more details. > > Revision Changes Path > No revision > > > No revision > > > 1.8.2.2 +1 -1 xdoclet/core/config/log4j.properties > > Index: log4j.properties > =================================================================== > RCS file: /cvsroot/xdoclet/xdoclet/core/config/log4j.properties,v > retrieving revision 1.8.2.1 > retrieving revision 1.8.2.2 > diff -u -w -r1.8.2.1 -r1.8.2.2 > --- log4j.properties 28 Apr 2002 22:24:23 -0000 1.8.2.1 > +++ log4j.properties 12 May 2002 21:35:29 -0000 1.8.2.2 > @@ -1,7 +1,7 @@ > 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 > +log4j.appender.Console.layout.ConversionPattern=%m%n > > # Uncomment to debug all > #log4j.category.xdoclet=DEBUG > > > > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We supply > the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] > _______________________________________________ > Xdoclet-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
