|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.x4juli.ClassLoaderLogManager.LogNode
A LogNode represents one step in a namespace of Loggers. In example org.x4juli.sample has three steps (org, juli, and sample). LogNode represents one of them.
| Field Summary | |
(package private) java.util.Map |
children
|
(package private) java.util.logging.Logger |
logger
|
(package private) ClassLoaderLogManager.LogNode |
parent
|
| Constructor Summary | |
(package private) |
ClassLoaderLogManager.LogNode(ClassLoaderLogManager.LogNode parent)
Constructor for LogNodes without Logger. |
(package private) |
ClassLoaderLogManager.LogNode(ClassLoaderLogManager.LogNode parent,
java.util.logging.Logger logger)
Constructor. |
| Method Summary | |
(package private) ClassLoaderLogManager.LogNode |
findNode(java.lang.String name)
Searches for a special logNode. |
(package private) java.util.logging.Logger |
findParentLogger()
Searches for the parent logger in the LogNode tree. |
(package private) void |
printTree(java.lang.String prefix,
ClassLoaderLogManager.LogNode node)
Prints directly information about the current LogNode tree to System.out. |
(package private) void |
setParentLogger(java.util.logging.Logger parentLogger)
Sets the parent where adaquate. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.util.logging.Logger logger
final java.util.Map children
final ClassLoaderLogManager.LogNode parent
| Constructor Detail |
ClassLoaderLogManager.LogNode(ClassLoaderLogManager.LogNode parent,
java.util.logging.Logger logger)
parent - of the new LogNode.logger - contained logger.ClassLoaderLogManager.LogNode(ClassLoaderLogManager.LogNode parent)
parent - of the new LogNode.| Method Detail |
void printTree(java.lang.String prefix,
ClassLoaderLogManager.LogNode node)
prefix - for recursive printing.node - the node to start with.ClassLoaderLogManager.LogNode findNode(java.lang.String name)
name - to lookup.
java.util.logging.Logger findParentLogger()
void setParentLogger(java.util.logging.Logger parentLogger)
parentLogger - to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||