Static Public Member Functions | |
this () | |
LoggerInstance | getRootLogger () |
LoggerInstance | getLogger (char[] name) |
Hierarchy | getHierarchy () |
Static Public Attributes | |
Hierarchy | base |
Private Member Functions | |
this () |
Definition at line 51 of file Manager.d.
|
This is a singleton, so hide the constructor. |
|
Initialize the base hierarchy. Definition at line 71 of file Manager.d. References Hierarchy. |
|
Return the singleton root Definition at line 82 of file Manager.d. References Hierarchy::getRootLogger(). |
|
Return a named Logger within the singleton hierarchy Definition at line 93 of file Manager.d. References Hierarchy::getLogger(). |
|
Return the singleton hierarchy. |
|
|