You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by do...@apache.org on 2001/03/27 15:25:36 UTC

cvs commit: jakarta-avalon-logkit/src/java/org/apache/log Priority.java

donaldp     01/03/27 05:25:36

  Modified:    src/java/org/apache/log Priority.java
  Log:
  Update so easier to differentiate.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-avalon-logkit/src/java/org/apache/log/Priority.java
  
  Index: Priority.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-logkit/src/java/org/apache/log/Priority.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Priority.java	2001/02/20 01:38:04	1.1
  +++ Priority.java	2001/03/27 13:25:36	1.2
  @@ -40,7 +40,7 @@
        * FATAL_ERROR indicates a message that describes a error 
        * that will terminate the appliation.
        */         
  -    Enum FATAL_ERROR = new Enum( "FATAL_ERROR", 20 );
  +    Enum FATAL_ERROR = new Enum( "FATAL_ERROR", 25 );
       
       public final class Enum 
       {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org