Home | History | Annotate | Download | only in logging

Lines Matching refs:Manager

203 #The same argument applies to Loggers and Manager.loggerDict.
942 # Manager classes and functions
947 PlaceHolder instances are used in the Manager logger hierarchy to take
992 class Manager(object):
994 There is [under normal circumstances] just one Manager instance, which
999 Initialize the manager with the root node of the logger hierarchy.
1030 rv.manager = self
1036 rv.manager = self
1045 Set the class to be used when instantiating a logger with this Manager.
1323 if (found == 0) and raiseExceptions and not self.manager.emittedNoHandlerWarning:
1326 self.manager.emittedNoHandlerWarning = 1
1346 if self.manager.disable >= level:
1367 return self.manager.getLogger(suffix)
1481 Logger.manager = Manager(Logger.root)
1556 return Logger.manager.getLogger(name)
1633 root.manager.disable = level