Kees Jongenburger wrote: > > [X] +0 (ABSTAIN ) > I don't like the .java. package name.
What would you propose? I thought the package name was obvious. > Will the hack "as is" change the behaviour of java.util.Logging? No. For the java.util.logging implementation of the MMBase logger, you can optionally specify a configurationf file for it, which will be fed to java.util.logging.LogManager. For the rest it is completely straighforward. Or, for the java.util.logging.Logger implemetnation to log to MMBase, it only overrides 'log', as specified in it's javadoc, to intercept all logging events, and redirect them to mmbase logging. Michiel -- Michiel Meeuwissen mihxil' Mediacentrum 140 H'sum [] () +31 (0)35 6772979 nl_NL eo_XX en_US _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
