>> Yeah, something like this sounds like the way to go. I was wondering >> if it isn't a possibility to overload the init() method on the system >> bundle to optionally accept a logging object of some kind... >> > I think that's already too late. You want to have logging starting with > the FrameworkFactory which creates the framework/system bundle. > And I think this should not be part of the normal o.o.framework package, > but rather just be part of o.o.framework.launch
The init method is defined in the Framework interface which is in o.o.framework.launch. Regarding the too late - its possible but in the case of Felix we do almost nothing before init isn't called (and iirc, the framework interface doesn't allow much either before that) but ymmv :-) regards, Karl > Regards > Carsten > -- > Carsten Ziegeler > Adobe Research Switzerland > [email protected] -- Karl Pauls [email protected]
