You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ce...@apache.org on 2004/09/06 17:32:49 UTC

cvs commit: logging-log4j/src/java/org/apache/log4j LogManager.java

ceki        2004/09/06 08:32:49

  Modified:    src/java/org/apache/log4j LogManager.java
  Log:
  Commented out unneccessary System.out calls
  
  Revision  Changes    Path
  1.23      +3 -3      logging-log4j/src/java/org/apache/log4j/LogManager.java
  
  Index: LogManager.java
  ===================================================================
  RCS file: /home/cvs/logging-log4j/src/java/org/apache/log4j/LogManager.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- LogManager.java	15 May 2004 18:22:56 -0000	1.22
  +++ LogManager.java	6 Sep 2004 15:32:49 -0000	1.23
  @@ -46,7 +46,7 @@
     private static Scheduler schedulerInstance = null;
     
     static {
  -    System.out.println("**Start of LogManager static initializer");
  +    //System.out.println("**Start of LogManager static initializer");
       Hierarchy defaultHierarchy = new Hierarchy(new RootLogger(Level.DEBUG));
       defaultHierarchy.setName("default");
   
  @@ -102,13 +102,13 @@
         }
       }
   
  -    System.out.println("*** configurationOptionStr=" + configurationOptionStr);
  +    //System.out.println("*** configurationOptionStr=" + configurationOptionStr);
   
       IntializationUtil.initialConfiguration(
         defaultHierarchy, configurationOptionStr, configuratorClassName);
       
   
  -    System.out.println("** End of LogManager static initializer");
  +    //System.out.println("** End of LogManager static initializer");
     }
   
     /**
  
  
  

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