CVS update: talon/src/java/talon/interfaces

From: cvs@openprivacy.org
Date: Fri Mar 02 2001 - 19:16:57 PST

  • Next message: cvs@openprivacy.org: "CVS update: talon/src/java/talon"

    Date: Friday March 2, 19101 @ 19:16
    Author: burton
    CVSWEB Options: -------------------

    Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

    View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/interfaces

    -----------------------------------

    Update of /usr/local/cvs/public/talon/src/java/talon/interfaces
    In directory giga:/tmp/cvs-serv19479/src/java/talon/interfaces

    Modified Files:
            Logger.java
    Log Message:
    ...

    *****************************************************************
    File: talon/src/java/talon/interfaces/Logger.java

    CVSWEB Options: -------------------

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/interfaces/Logger.java?annotate=1.4

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/interfaces/Logger.java?rev=1.4&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/talon/src/java/talon/interfaces/Logger.java.diff?r1=1.4&r2=1.3

    -----------------------------------

    Index: talon/src/java/talon/interfaces/Logger.java
    diff -u talon/src/java/talon/interfaces/Logger.java:1.3 talon/src/java/talon/interfaces/Logger.java:1.4
    --- talon/src/java/talon/interfaces/Logger.java:1.3 Thu Feb 8 20:18:09 2001
    +++ talon/src/java/talon/interfaces/Logger.java Fri Mar 2 19:16:57 2001
    @@ -15,10 +15,11 @@
     
     
     /**
    - * Class similar to java.lang.Properties
    + * Logger interface which can be used within an application for debug and
    + * runtime information.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Logger.java,v 1.3 2001/02/09 04:18:09 burton Exp $
    + * @version $Id: Logger.java,v 1.4 2001/03/03 03:16:57 burton Exp $
      */
     public interface Logger extends Component {
     
    @@ -27,7 +28,7 @@
          * Log a message.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Logger.java,v 1.3 2001/02/09 04:18:09 burton Exp $
    + * @version $Id: Logger.java,v 1.4 2001/03/03 03:16:57 burton Exp $
          */
         public void message( String message );
     
    @@ -37,7 +38,7 @@
          * @param source The source object. The classname of this object will be
          * entered into the log
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Logger.java,v 1.3 2001/02/09 04:18:09 burton Exp $
    + * @version $Id: Logger.java,v 1.4 2001/03/03 03:16:57 burton Exp $
          */
         public void message( Object source, String message );
         
    @@ -45,7 +46,7 @@
          * Log a message.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Logger.java,v 1.3 2001/02/09 04:18:09 burton Exp $
    + * @version $Id: Logger.java,v 1.4 2001/03/03 03:16:57 burton Exp $
          */
         public void debug( String message );
     
    @@ -55,7 +56,7 @@
          * @param source The source object. The classname of this object will be
          * entered into the log
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Logger.java,v 1.3 2001/02/09 04:18:09 burton Exp $
    + * @version $Id: Logger.java,v 1.4 2001/03/03 03:16:57 burton Exp $
          */
         public void debug( Object source, String message );
         
    @@ -63,7 +64,7 @@
          * Log a warning message.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Logger.java,v 1.3 2001/02/09 04:18:09 burton Exp $
    + * @version $Id: Logger.java,v 1.4 2001/03/03 03:16:57 burton Exp $
          */
         public void warning( String message );
         
    @@ -73,7 +74,7 @@
          * @param source The source object. The classname of this object will be
          * entered into the log
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Logger.java,v 1.3 2001/02/09 04:18:09 burton Exp $
    + * @version $Id: Logger.java,v 1.4 2001/03/03 03:16:57 burton Exp $
          */
         public void warning( Object source, String message );
         
    @@ -81,7 +82,7 @@
          * Log an error message.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Logger.java,v 1.3 2001/02/09 04:18:09 burton Exp $
    + * @version $Id: Logger.java,v 1.4 2001/03/03 03:16:57 burton Exp $
          */
         public void error( String message );
     
    @@ -91,7 +92,7 @@
          * @param source The source object. The classname of this object will be
          * entered into the log
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Logger.java,v 1.3 2001/02/09 04:18:09 burton Exp $
    + * @version $Id: Logger.java,v 1.4 2001/03/03 03:16:57 burton Exp $
          */
         public void error( Object source, String message );
         



    This archive was generated by hypermail 2b30 : Fri Mar 02 2001 - 19:17:03 PST