Home | History | Annotate | Download | only in logging

Lines Matching refs:PlaceHolder

650     The base handler class. Acts as a placeholder which defines the Handler
945 class PlaceHolder(object):
947 PlaceHolder instances are used in the Manager logger hierarchy to take
953 Initialize with the specified logger being a child of this placeholder.
960 Add the specified logger as a child of this placeholder.
1013 If a PlaceHolder existed for the specified name [i.e. the logger
1016 placeholder to now point to the logger.
1027 if isinstance(rv, PlaceHolder):
1064 self.loggerDict[substr] = PlaceHolder(alogger)
1070 assert isinstance(obj, PlaceHolder)
1079 Ensure that children of the placeholder ph are connected to the