Added APIviz tags to the logging package

This commit is contained in:
Trustin Lee 2008-08-11 08:03:35 +00:00
parent 31aa468741
commit 7de02097d0
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,6 @@ package org.jboss.netty.logging;
* @author Trustin Lee (tlee@redhat.com)
*
* @version $Rev$, $Date$
*
*/
public interface InternalLogger {
/**

View File

@ -41,6 +41,8 @@ package org.jboss.netty.logging;
*
* @version $Rev$, $Date$
*
* @apiviz.landmark
* @apiviz.has org.jboss.netty.logging.InternalLogger oneway - - creates
*/
public abstract class InternalLoggerFactory {
private static volatile InternalLoggerFactory defaultFactory = new JdkLoggerFactory();