Author: markt
Date: Wed May 27 18:27:48 2015
New Revision: 1682095
URL: http://svn.apache.org/r1682095
Log:
Javadoc (trying to trigger a CI build)
Modified:
tomcat/trunk/java/org/apache/juli/logging/LogFactory.java
Modified: tomcat/trunk/java/org/apache/juli/logging/LogFactory.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/juli/logging/LogFactory.java?rev=1682095&r1=1682094&r2=1682095&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/juli/logging/LogFactory.java (original)
+++ tomcat/trunk/java/org/apache/juli/logging/LogFactory.java Wed May 27
18:27:48 2015
@@ -107,6 +107,8 @@ public class LogFactory {
* returned (the meaning of this name is only known to the underlying
* logging implementation that is being wrapped)
*
+ * @return A log instance with the requested name
+ *
* @exception LogConfigurationException if a suitable <code>Log</code>
* instance cannot be returned
*/
@@ -130,6 +132,8 @@ public class LogFactory {
*
* @param clazz Class for which a suitable Log name will be derived
*
+ * @return A log instance with a name of clazz.getName()
+ *
* @exception LogConfigurationException if a suitable <code>Log</code>
* instance cannot be returned
*/
@@ -166,6 +170,8 @@ public class LogFactory {
* properties defined in this file will be set as configuration attributes
* on the corresponding <code>LogFactory</code> instance.</p>
*
+ * @return The singleton LogFactory instance
+ *
* @exception LogConfigurationException if the implementation class is not
* available or cannot be instantiated.
*/
@@ -180,6 +186,8 @@ public class LogFactory {
*
* @param clazz Class from which a log name will be derived
*
+ * @return A log instance with a name of clazz.getName()
+ *
* @exception LogConfigurationException if a suitable <code>Log</code>
* instance cannot be returned
*/
@@ -198,6 +206,8 @@ public class LogFactory {
* returned (the meaning of this name is only known to the underlying
* logging implementation that is being wrapped)
*
+ * @return A log instance with the requested name
+ *
* @exception LogConfigurationException if a suitable <code>Log</code>
* instance cannot be returned
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]