Added missing JavaDoc for the classes in org.jboss.netty.logging

This commit is contained in:
Trustin Lee 2008-09-01 09:43:49 +00:00
parent e5f88b536b
commit 781a93bd43
5 changed files with 14 additions and 0 deletions

View File

@ -25,6 +25,9 @@ package org.jboss.netty.logging;
import org.apache.commons.logging.Log;
/**
* <a href="http://commons.apache.org/logging/">Apache Commons Logging</a>
* logger.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
*

View File

@ -25,6 +25,9 @@ package org.jboss.netty.logging;
import org.jboss.logging.Logger;
/**
* <a href="http://anonsvn.jboss.org/repos/common/common-logging-spi/">JBoss Logging</a>
* logger.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
*

View File

@ -26,6 +26,9 @@ import java.util.logging.Level;
import java.util.logging.Logger;
/**
* <a href="http://java.sun.com/javase/6/docs/technotes/guides/logging/index.html">java.util.logging</a>
* logger.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
*

View File

@ -25,6 +25,9 @@ package org.jboss.netty.logging;
import org.apache.log4j.Logger;
/**
* <a href="http://logging.apache.org/log4j/1.2/index.html">Apache Log4J</a>
* logger.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
*

View File

@ -25,6 +25,8 @@ package org.jboss.netty.logging;
import org.slf4j.Logger;
/**
* <a href="http://www.slf4j.org/">SLF4J</a> logger.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
*