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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/core/LoggerImpl.java (file contents):
Revision 1.1 by tdb, Mon Nov 20 18:38:48 2000 UTC vs.
Revision 1.2 by ajm, Wed Nov 29 21:27:08 2000 UTC

# Line 1 | Line 1
1 + //---PACKAGE DECLARATION---
2 + package uk.ac.ukc.iscream.core;
3 +
4 + //---IMPORTS---
5 +
6   /**
7   * The LoggerImpl is an interface which any implementation for the
8   * Logging system should implement. This ensures that it fits in
# Line 7 | Line 12
12   * @version $Id$
13   */
14   public interface LoggerImpl {
15 <    
16 <    /**
15 >
16 > //---FINAL ATTRIBUTES---
17 >
18 > //---STATIC METHODS---
19 >
20 > //---CONSTRUCTORS---
21 >
22 > //---PUBLIC METHODS---
23 >
24 >       /**
25           * The write() method takes a message, formats it using the
26           * formatLogLine() method, and then outputs it by some means
27           * determined by the implementation. The source is usually the
# Line 20 | Line 33 | public interface LoggerImpl {
33           */  
34      public void write(String source, int verbosity, String message);
35      
36 + //---PRIVATE METHODS---
37 +
38 + //---ACCESSOR/MUTATOR METHODS---
39 +
40 + //---ATTRIBUTES---
41 +
42 + //---STATIC ATTRIBUTES---
43 +
44   }
45 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines