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, [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to