You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2012/10/11 18:15:14 UTC

svn commit: r1397140 - /logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java

Author: ggregory
Date: Thu Oct 11 16:15:14 2012
New Revision: 1397140

URL: http://svn.apache.org/viewvc?rev=1397140&view=rev
Log:
Javadoc fix

Modified:
    logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java

Modified: logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java?rev=1397140&r1=1397139&r2=1397140&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java (original)
+++ logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/spi/AbstractLogger.java Thu Oct 11 16:15:14 2012
@@ -151,7 +151,7 @@ public abstract class AbstractLogger imp
     }
 
     /**
-     * Logs an exception or error that has been caught.
+     * Logs a Throwable at the {@link Level.ERROR ERROR} level..
      *
      * @param t The Throwable.
      */