|
From: McDonald, B. <Bru...@ba...> - 2003-11-05 22:13:00
|
Yes - we are going to be releasing 1.2 and then making that the stable branch. We will open up the development branch as 1.3. This will eventually be released as 1.4. After that we will be shooting for 2.0. -----Original Message----- From: Michael Ansley [mailto:mic...@ze...] Sent: Wednesday, November 05, 2003 12:39 PM To: bab...@li...; McDonald, Bruce Subject: Re: [Babeldoc-devel] Multithreading problems... Does this mean that we're going to branch 1.2 maintenance soon? Cheers... On Wed, 2003-11-05 at 15:06, David Kinnvall wrote: > McDonald, Bruce wrote: > > > Good. Great news about the bug. This is/was a big one. > > Yeah, it feels much better now. This allows me to get around > the delay issues I have in some of the subsequent pipeline > stage processing, which is very nice indeed. > > > Logging. There is a method called getLog which is peppered all over the code which gets a particular logger for the code. This is structured largely as a hierarchy based on the babeldoc package layout. Now, here is the thing: > > > > The base getInstance() actually tries to get a logger based on the name of the class that is calling it. It does this by inspecting the call stack until it can get the Fully Qualified Class Name (FQCN). (see LogService line 161). This and the log4j properies file can specify the exactly logging requirements for your class - you just need to add the appender (named either as the FQCN or a parent package) with the particular pattern that you want to log with. > > Hmm. Seems I haven't really understood how Babeldoc logs > I will take a second, closer, look and try to fix it the > configuration way. Thanks for the pointer(s). > > > Bruce. > > /David > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Babeldoc-devel mailing list > Bab...@li... > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Babeldoc-devel mailing list Bab...@li... https://lists.sourceforge.net/lists/listinfo/babeldoc-devel |