On 2 April 2017 at 08:57, Pavel <[email protected]> wrote: > > It is interesting why some logging frameworks work without starting bundle > some don't. >
I'm pretty sure this is because pax-logging-api has a BundleActivator to register everything whereas most logging implementations are written without the assumption of a delayed start() type method to initialize everything. Thus, initialization happens eagerly (at least that's how Log4j2 works). -- Matt Sicker <[email protected]> -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
