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. |
|
Return the singleton root Definition at line 82 of file Manager.d. References base, and Hierarchy::getRootLogger(). |
|
Return a named Logger within the singleton hierarchy Definition at line 93 of file Manager.d. References base, and Hierarchy::getLogger(). |
|
Return the singleton hierarchy. Definition at line 104 of file Manager.d. References base. |
|
Definition at line 53 of file Manager.d. Referenced by getHierarchy(), getLogger(), getRootLogger(), and this(). |