ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/core/Core.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/core/Core.java (file contents):
Revision 1.8 by ajm, Thu Nov 16 15:58:11 2000 UTC vs.
Revision 1.9 by tdb, Thu Nov 16 18:00:36 2000 UTC

# Line 61 | Line 61 | class Core {
61              // start and bind each server in turn
62  
63              // create the logger (either Screen or File)
64 <            ScreenLoggerServant loggerRef = new ScreenLoggerServant(3);
64 >            ScreenLoggerServant loggerRef = new ScreenLoggerServant(Logger.SYSINIT);
65              //FileLoggerServant loggerRef = new FileLoggerServant("core.log");
66              // and advertise it to the naming context
67              objRef = poa.servant_to_reference(loggerRef);
# Line 80 | Line 80 | class Core {
80              // start the POA off
81              poa.the_POAManager().activate();
82                          
83 <            logRef.write(toString, "started");
83 >            logRef.write(toString, Logger.SYSINIT, "started");
84              
85              // now we are running, we just need to serve
86              // so we ask the orb to block for us until it has finished

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines