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/LoggerServant.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/core/LoggerServant.java (file contents):
Revision 1.6 by tdb, Sun Feb 25 20:34:14 2001 UTC vs.
Revision 1.7 by tdb, Sun Feb 25 20:49:18 2001 UTC

# Line 47 | Line 47 | class LoggerServant extends LoggerPOA {
47   //---PUBLIC METHODS---
48  
49      /**
50 <         * The write() method simply passes the call on to it's local
51 <         * LoggerImpl object.
52 <         *
53 <         * Note the "source" is prepended with the name of the verbosity level.
50 >         * The write() method tkaes a source, verbosity level and
51 >         * message, and formats them using an external line
52 >         * formatting method. This line is then given to the logger
53 >         * to be written. Note that checking of the level is carried
54 >         * out here.
55           *
56           * @param source A string representation of the calling object.
57           * @param verbosity the verbosity of this message

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines