You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2005/10/10 20:00:48 UTC

svn commit: r312701 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/log/SimpleLog4JLogSystem.java

Author: nbubna
Date: Mon Oct 10 11:00:45 2005
New Revision: 312701

URL: http://svn.apache.org/viewcvs?rev=312701&view=rev
Log:
update javadoc and deprecation notice

Modified:
    jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/log/SimpleLog4JLogSystem.java

Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/log/SimpleLog4JLogSystem.java
URL: http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/log/SimpleLog4JLogSystem.java?rev=312701&r1=312700&r2=312701&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/log/SimpleLog4JLogSystem.java (original)
+++ jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/log/SimpleLog4JLogSystem.java Mon Oct 10 11:00:45 2005
@@ -28,10 +28,9 @@
 import org.apache.velocity.runtime.RuntimeServices;
 
 /**
- *  <p><em>This class is deprecated in favor of the new incarnation of
- *  {@link Log4JLogSystem}, which makes use of Log4J's
- *  <code>Logger</code> concept rather than its deprecated
- *  <code>Category</code> concept.</em></p>
+ * <p><em>This class is deprecated in favor of the new {@link Log4JLogChute}, 
+ * which makes use of Log4J's <code>Logger</code> rather than its deprecated
+ * <code>Category</code> class.</em></p>
  *
  *  Implementation of a simple log4j system that will either
  *  latch onto an existing category, or just do a simple
@@ -40,8 +39,7 @@
  *
  * @author <a href="mailto:geirm@apache.org>Geir Magnusson Jr.</a>
  * @version $Id$
- * @deprecated Use Log4JLogSystem instead for compatibility with
- * modern Log4J versions.
+ * @deprecated Use Log4JLogCute instead.
  */
 public class SimpleLog4JLogSystem implements LogSystem
 {



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