Hi all I have the following situation: I have 2 Log service implementations implementing *LogService* interface:
1. *Console* log implementation 2. *RotatingFile* log implementation I want that a service SOME_SERVICE will use the *Console* log implementation service as a default, and if it is unavailable, SOME_SERVICE will use the * RotatingFile* log implementation service instead. Is it possible to do that? If it does, how can I do that? -- Regards Shai Amar Technologies manager, Founder Krynnlance www.krynnlance.com www.backapps.com

