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.6 by tdb, Tue Nov 14 01:09:15 2000 UTC vs.
Revision 1.7 by tdb, Thu Nov 16 15:24:32 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();
64 >            ScreenLoggerServant loggerRef = new ScreenLoggerServant(3);
65              //FileLoggerServant loggerRef = new FileLoggerServant("core.log");
66              // and advertise it to the naming context
67              objRef = poa.servant_to_reference(loggerRef);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines