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.
| 从类 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.