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 Ceki Gülcü <ce...@qos.ch> on 2004/05/04 21:10:18 UTC

Re: cvs commit: logging-log4j/src/java/org/apache/log4j/chainsaw/receivers ReceiversTreeModel.java

Scott, Paul,

My last commit leaves the code in a state with compilation errors. This is 
intentional. I did not want to mess to much with code that I do not fully 
understand.

As a general rule, code previously written as

   PluginRegistry.startPlugin(p1); // where p1 is some plugin

can be replaced by

   PluginRegistry pr = LogManger.getRepository().getPluginRegistry();
   pr.startPlugin(p1); // where p1 is some plugin

Shout if the changes are not clear or if you need further clarification.

At 09:04 PM 5/4/2004, ceki@apache.org wrote:
>ceki        2004/05/04 12:04:38
>
>   Modified:    src/java/org/apache/log4j/plugins PluginRegistry.java
>                src/java/org/apache/log4j/spi LoggerRepository.java
>                src/java/org/apache/log4j Hierarchy.java
>                src/java/org/apache/log4j/xml DOMConfigurator.java
>                tests/src/java/org/apache/log4j/plugins PluginTestCase.java
>                src/java/org/apache/log4j/chainsaw LogUI.java
>                src/java/org/apache/log4j/chainsaw/receivers
>                         ReceiversTreeModel.java
>   Log:
>   Changed PluginRegistry to be a LoggerRepository instance instead of a 
> static.
>

-- 
Ceki Gülcü

      For log4j documentation consider "The complete log4j manual"
      ISBN: 2970036908 http://www.qos.ch/shop/products/clm_t.jsp  



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