|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.util.log.AbstractLogger
public abstract class AbstractLogger
Abstract Logger. Manages the atomic registration of the logger by name.
| Constructor Summary | |
|---|---|
AbstractLogger()
|
|
| Method Summary | |
|---|---|
Logger |
getLogger(java.lang.String name)
|
protected abstract Logger |
newLogger(java.lang.String fullname)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.jetty.util.log.Logger |
|---|
debug, debug, debug, getName, ignore, info, info, info, isDebugEnabled, setDebugEnabled, warn, warn, warn |
| Constructor Detail |
|---|
public AbstractLogger()
| Method Detail |
|---|
public final Logger getLogger(java.lang.String name)
getLogger in interface Loggername - the name of the logger
protected abstract Logger newLogger(java.lang.String fullname)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||