FYI: This is also posted on the OSGi Dev List: https://mail.osgi.org/pipermail/osgi-dev/2010-October/002676.html
Regards Felix On 14.10.2010 05:13, Laurens van Uijthoven wrote: > Hello, > > We have the following problem: > > > Multiple bundles run on osgi, each of them has a log file. If bundle X calls > bundle Y and a warning occurs in bundle Y, we want to log the warning in the > log file of bundle X. But the problem we have at the moment is that bundle Y > doesn’t know bundle X and how bundle Y knows who have called him. > > We have thought of 3 possible ways to solve the problem: > > 1. StackTrace, but we think it is slow and it’s not nice to use stackt > race. > 2. Set the context in another bundle, so bundle Y can use the function > getlogger to our own created bundle > 3. Security Manager, but we don’t know whether it works well with osgi. > > We want to know which way is the best or maybe someone has the experience > with this problem or knows another solution that we haven’t thought of yet. > > > Kind regards, > > Laurens > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

