Static Public Member Functions | |
static | this () |
static LoggerInstance | getRootLogger () |
static LoggerInstance | getLogger (char[] name) |
static Hierarchy | getHierarchy () |
Private Member Functions | |
this () | |
Static Private Attributes | |
Hierarchy | base |
Definition at line 55 of file Manager.d.
|
This is a singleton, so hide the constructor. |
|
Initialize the base hierarchy. |
|
Return the singleton root Definition at line 87 of file Manager.d. References base, and Hierarchy::getRootLogger(). |
|
Return a named Logger within the singleton hierarchy Definition at line 98 of file Manager.d. References base, and Hierarchy::getLogger(). |
|
Return the singleton hierarchy. Definition at line 109 of file Manager.d. References base. |
|
Definition at line 57 of file Manager.d. Referenced by getHierarchy(), getLogger(), getRootLogger(), and this(). |