A few thoughts: A mixin would be nice, so that the instantiation is a little easier, and you could just do self.info(...) (or maybe self.logInfo(...))
It would be nice to incorporate the current (casual) logging, which is basically all printing to stdout/stderr. Redirecting these into LoggingKit mechanisms would keep things centralized. Oh, and I noticed a few tabs mixed in with the spaces in the source. Sascha Matzke <[EMAIL PROTECTED]> wrote: > Hi, > > back in May I met Tom Schwaller at a local Java conference here > in Germany. He told me about the Webware project and so I played > with it a little bit and was instantly interested. One thing I was > missing back than was a configurable, flexible logging approach. So > I decided to try to implement such a solution. > > And here it is... > > LoggingKit version 0.1.0 > > If you want to try it you can download it at > > http://www.scourbase.de/LoggingKit-0.1.0.tar.gz > > Some preliminary documentation and a basic unittest are included > in the tar-file. > > Sascha > > > _______________________________________________ > Webware-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/webware-devel > _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
