org.eclipse.jetty.util.log
类 AbstractLogger

java.lang.Object
  继承者 org.eclipse.jetty.util.log.AbstractLogger
所有已实现的接口:
Logger
直接已知子类:
JavaUtilLog, LoggerLog, Slf4jLog, StdErrLog

public abstract class AbstractLogger
extends Object
implements Logger

Abstract Logger. Manages the atomic registration of the logger by name.


构造方法摘要
AbstractLogger()
           
 
方法摘要
 Logger getLogger(String name)
           
protected abstract  Logger newLogger(String fullname)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 org.eclipse.jetty.util.log.Logger 继承的方法
debug, debug, debug, getName, ignore, info, info, info, isDebugEnabled, setDebugEnabled, warn, warn, warn
 

构造方法详细信息

AbstractLogger

public AbstractLogger()
方法详细信息

getLogger

public final Logger getLogger(String name)
指定者:
接口 Logger 中的 getLogger
参数:
name - the name of the logger
返回:
a logger with the given name

newLogger

protected abstract Logger newLogger(String fullname)


Copyright © 2013. All Rights Reserved.