Package logging :: Class PlaceHolder
[show private | hide private]
[frames | no frames]

Class PlaceHolder


PlaceHolder instances are used in the Manager logger hierarchy to take the place of nodes for which no loggers have been defined. This class is intended for internal use only and not as part of the public API.
Method Summary
  __init__(self, alogger)
Initialize with the specified logger being a child of this placeholder.
  append(self, alogger)
Add the specified logger as a child of this placeholder.

Method Details

__init__(self, alogger)
(Constructor)

Initialize with the specified logger being a child of this placeholder.

append(self, alogger)

Add the specified logger as a child of this placeholder.