On Feb 11, 2004, at 10:04 AM, Jeremy Boynes wrote:
Greg Wilkins wrote:
Where does common fit into this? Is Logging is something that could fit into common.
There is no more logging code in common... It has all been moved to the logging gbeans
Common contains helper classes that are not GBeans and hence it does not depend on kernel (and vice versa). The things in system are all GBeans.
+1
Logging is now a hybrid - it starts off not a GBean and then gets switched into one when the system has booted far enough. At least, I think that's the idea, Dain has the details.
That is exactly what happens. Logging is weird because it is used before the server is started (or even really exists).
-dain
