The casual user does not have to deal with this class directly.
The structure of the logger hierarchy is maintained by the {@link #getLogger} method. The hierarchy is such that children linkto their parent but parents do not have any pointers to their children. Moreover, loggers can be instantiated in any order, in particular descendant before ancestor.
In case a descendant is created before a particular ancestor, then it creates a provision node for the ancestor and adds itself to the provision node. Other descendants of the same ancestor add themselves to the previously created provision node. @author Ceki Gülcü @author Mark Womack
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|