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