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 mw...@apache.org on 2002/11/22 05:46:39 UTC

cvs commit: jakarta-log4j/src/java/org/apache/log4j/spi LoggerRepositoryEventListener.java

mwomack     2002/11/21 20:46:39

  Modified:    src/java/org/apache/log4j/spi
                        LoggerRepositoryEventListener.java
  Log:
  Removed startupEvent and added configurationChangedEvent.
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-log4j/src/java/org/apache/log4j/spi/LoggerRepositoryEventListener.java
  
  Index: LoggerRepositoryEventListener.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/spi/LoggerRepositoryEventListener.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LoggerRepositoryEventListener.java	13 Nov 2002 05:52:39 -0000	1.1
  +++ LoggerRepositoryEventListener.java	22 Nov 2002 04:46:39 -0000	1.2
  @@ -23,12 +23,12 @@
   public interface LoggerRepositoryEventListener {
     
     /**
  -    Called when the repository is started. */
  -  public void startupEvent(LoggerRepository repository);
  -
  -  /**
       Called when the repository configuration is reset. */
     public void configurationResetEvent(LoggerRepository repository);
  +
  +  /**
  +    Called when the repository configuration is changed. */
  +  public void configurationChangedEvent(LoggerRepository repository);
   
     /**
       Called when the repository is shutdown. When this method is
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>