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 2005/02/24 17:31:24 UTC

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

ceki        2005/02/24 08:31:24

  Modified:    src/java/org/apache/log4j/config ConfiguratorBase.java
  Log:
  javadoc changes
  
  Revision  Changes    Path
  1.10      +7 -7      logging-log4j/src/java/org/apache/log4j/config/ConfiguratorBase.java
  
  Index: ConfiguratorBase.java
  ===================================================================
  RCS file: /home/cvs/logging-log4j/src/java/org/apache/log4j/config/ConfiguratorBase.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ConfiguratorBase.java	18 Feb 2005 17:23:44 -0000	1.9
  +++ ConfiguratorBase.java	24 Feb 2005 16:31:24 -0000	1.10
  @@ -29,13 +29,13 @@
   abstract public class ConfiguratorBase implements Configurator {
   
     /**
  -  Defining this value makes log4j print log4j-internal debug
  -  statements.
  -
  - <p> The value of this string is <b>log4j.debug</b>.
  -
  - <p>Note that the search for all option names is case sensitive.  */
  -public static final String DEBUG_KEY = "log4j.debug";
  +   * Defining this value makes log4j print log4j-internal debug statements.
  +   * <p> 
  +   * The value of this string is <b>log4j.debug</b>.
  +   * 
  +   * <p>Note that the search for all option names is case sensitive.  
  +   * */ 
  +   public static final String DEBUG_KEY = "log4j.debug";
   
     protected Logger getLogger(LoggerRepository repository) {
       return repository.getLogger(this.getClass().getName());
  
  
  

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