Mircea Toma wrote:
> 
> Hi,
> 
> I thought that the purpose of LogKitManagement was to avoid the circular
> depedencies Avalon<->LogKit. If you still use Configurable, Loggable.....
> why not use a ComponentManager/Selector to do the same job?

Because it is the wrong pattern.  We don't obtain loggers by
selecting them (how would we know if we couldn't select the right
one).

Also, this is avoiding the dependency of LogKit requiring Excalibur.
If you have dependencies only going in one direction, then you can't
have circular dependancies.

LogKitManagement will live in Excalibur, and use Excalibur tools
and Framework tools.  LogKit is completely unaffected by the LogKit
Management framework.  In fact, all the LogTargetFactories that are
Configurable live in Excalibur with the management framework.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to