> To me this appears to be an example of where integration with other > projects/frameworks would be preferred. In this case I would say: why > did you not start out using Jakarta Commons Logging > (http://jakarta.apache.org/commons/logging/) instead of building your > own abstraction layer? > > Or am I missing a point :)
Commons was not there when our logging was implemented. but if you are written your project using commons-logging you might want to use http://mmapps.sourceforge.net/commons-mmbaselogging/ to log all logs using one logger. But the api's don't really differ. I happen to like mmbase-logging (with log4j) since it's has some added value (like the %k logging pattern) ,and some good examples _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
