jglogging-development Mailing List for jgLogging
Status: Beta
Brought to you by:
ymenager
You can subscribe to this list here.
2005 |
Jan
(3) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Yannick M. <yme...@us...> - 2005-04-15 12:00:27
|
The final release of jlogging has been delayed a bit while i've been on vacation. During this time, i've been doing some thinking, and I am now strongly enclined to make a major change in jlogging, which is to make it an extension of the jdk 1.4 java.util.logging API, instead of being a parallel API with integration capabilities in it. Of course the downside will be that compatibility with 1.3 or older will be impossible. |
From: Yannick M. <yme...@us...> - 2005-01-31 11:48:21
|
I'm now in the process of cleaning up javadocs, and writing an xml configurator for the default implementation. A beta release should be coming out within the next couple weeks |
From: Yannick M. <yan...@fa...> - 2005-01-25 21:26:51
|
Oh, well... I prefered to keep Logger as an interface, but the extra burden it adds of having to LogManager.get().getLogger() instead of Logger.getLogger() is not worth it. So Logger is now an abstract class, and Logger.getLogger() functions have been added it |
From: Yannick M. <yme...@us...> - 2005-01-20 16:34:25
|
I've added jarfiles for running jgLogging under jdk 1.4 and 1.3, thanks to retroweaver :) |