You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2013/02/20 21:55:49 UTC

svn commit: r1448404 - /db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/Loglevel.java

Author: tfischer
Date: Wed Feb 20 20:55:49 2013
New Revision: 1448404

URL: http://svn.apache.org/r1448404
Log:
fix class javadoc

Modified:
    db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/Loglevel.java

Modified: db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/Loglevel.java
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/Loglevel.java?rev=1448404&r1=1448403&r2=1448404&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/Loglevel.java (original)
+++ db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/generator/configuration/controller/Loglevel.java Wed Feb 20 20:55:49 2013
@@ -22,8 +22,10 @@ package org.apache.torque.generator.conf
 
 /**
  * The possible log levels.
- * The logging framework tio use can be set by  uses log4j internally,
- * but the interface is agnostic of the logging framework.
+ * This class uses by default log4j internally,
+ * but the logging framework can be exchanged using the
+ * setLoggingAdapter method.
+ * The public API of this class is agnostic of the logging framework.
  */
 public enum Loglevel
 {



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