Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

Manager Class Reference

List of all members.

Static Public Member Functions

 this ()
LoggerInstance getRootLogger ()
LoggerInstance getLogger (char[] name)
Hierarchy getHierarchy ()

Static Public Attributes

Hierarchy base

Private Member Functions

 this ()

Detailed Description

Manager for routing Logger calls to the default hierarchy. Note that you may have multiple hierarchies per application, but must access the hierarchy directly for getRootLogger() and getLogger() methods within each additional instance.

Definition at line 51 of file Manager.d.


Member Function Documentation

this  )  [inline, private]
 

This is a singleton, so hide the constructor.

Definition at line 61 of file Manager.d.

this  )  [inline, static]
 

Initialize the base hierarchy.

Definition at line 71 of file Manager.d.

References Hierarchy.

LoggerInstance getRootLogger  )  [inline, static]
 

Return the singleton root

Definition at line 82 of file Manager.d.

References Hierarchy::getRootLogger().

LoggerInstance getLogger char[]  name  )  [inline, static]
 

Return a named Logger within the singleton hierarchy

Definition at line 93 of file Manager.d.

References Hierarchy::getLogger().

Hierarchy getHierarchy  )  [inline, static]
 

Return the singleton hierarchy.

Definition at line 104 of file Manager.d.


Member Data Documentation

Hierarchy base [static]
 

Definition at line 53 of file Manager.d.


The documentation for this class was generated from the following file:
Generated on Sun Nov 7 19:07:07 2004 for Mango by doxygen 1.3.6